/ch12/ch03/Makefile

https://github.com/jinjianxin/My-Program · Makefile · 4 lines · 4 code · 0 blank · 0 comment · 0 complexity · 6d32706b65a3397d27e2581d273a6d1e MD5 · raw file

  1. all:
  2. g++ -g main.cpp -o test
  3. clean:
  4. rm -rf *.o test