cpp-template/Makefile

7 lines
115 B
Makefile
Raw Normal View History

2022-10-08 21:01:53 +02:00
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