5 lines
58 B
Makefile
5 lines
58 B
Makefile
![]() |
date:Date.cc
|
||
|
g++ -o $@ $^
|
||
|
.PHONY:clean
|
||
|
clean:
|
||
|
rm -f date
|