cpp-template/Makefile

7 lines
115 B
Makefile

template: template.cpp wtf.o
g++ -o template template.cpp wtf.o
wtf.o: wtf.cpp wtf.hpp
g++ -o wtf.o -c wtf.cpp