lipase/Makefile

8 lines
76 B
Makefile

hello: hello.cpp
g++ -o hello hello.cpp
.PHONY: clean
clean:
rm ./hello