Date_Class/Linux/Makefile

5 lines
58 B
Makefile
Raw Permalink Normal View History

date:Date.cc
g++ -o $@ $^
.PHONY:clean
clean:
rm -f date