RBTree/Linux/Makefile

6 lines
59 B
Makefile
Raw Permalink Normal View History

main:Main.cc
g++ -o $@ $^
.PHONY:clean
clean:
rm -f main