Vector/Linux/Makefile

6 lines
65 B
Makefile
Raw Normal View History

vector:Vector.cc
g++ -o $@ $^
.PHONY:clean
clean:
rm -f vector