This commit is contained in:
Tony Garnock-Jones 2016-01-23 20:12:05 -05:00
parent ca5bf47adf
commit 279e273909
1 changed files with 7 additions and 0 deletions

7
Makefile Normal file
View File

@ -0,0 +1,7 @@
all:
run:
racketmake main.rkt
clean:
find . -name compiled -type d | xargs rm -rf