/ch12/ch03/Makefile
https://github.com/jinjianxin/My-Program · Makefile · 4 lines · 4 code · 0 blank · 0 comment · 0 complexity · 6d32706b65a3397d27e2581d273a6d1e MD5 · raw file
- all:
- g++ -g main.cpp -o test
- clean:
- rm -rf *.o test
https://github.com/jinjianxin/My-Program · Makefile · 4 lines · 4 code · 0 blank · 0 comment · 0 complexity · 6d32706b65a3397d27e2581d273a6d1e MD5 · raw file
- all:
- g++ -g main.cpp -o test
- clean:
- rm -rf *.o test