/ch15/ch02/Makefile
https://github.com/jinjianxin/My-Program · Makefile · 4 lines · 4 code · 0 blank · 0 comment · 0 complexity · 086079086542849f7f36fac5a2768f1c 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 · 086079086542849f7f36fac5a2768f1c MD5 · raw file
- all:
- g++ -g main.cpp -o test
- clean:
- rm -rf *.o test