lipase/Makefile

8 lines
76 B
Makefile
Raw Normal View History

2019-03-07 10:32:23 +01:00
hello: hello.cpp
g++ -o hello hello.cpp
.PHONY: clean
clean:
rm ./hello