Makefile 51 B

12
  1. stat : stat.cc
  2. g++ stat.cc -o stat -O2 -std=c++11