Simple makefile

This commit is contained in:
Tony Garnock-Jones 2013-05-31 13:16:36 -04:00
parent d6af03bf02
commit 1c59eff9d3
1 changed files with 5 additions and 0 deletions

5
Makefile Normal file
View File

@ -0,0 +1,5 @@
all:
raco make proxy.rkt driver.rkt
clean:
rm -rf compiled