Simple makefile

This commit is contained in:
Tony Garnock-Jones 2013-04-09 13:39:25 -04:00
parent e4f13155a4
commit f988d5a864
1 changed files with 5 additions and 0 deletions

5
Makefile Normal file
View File

@ -0,0 +1,5 @@
all:
raco make new-server.rkt
clean:
find . -name compiled -type d | xargs rm -rf