Friendlier makefile contents

This commit is contained in:
Tony Garnock-Jones 2016-01-27 22:06:24 -05:00
parent 6c98531832
commit 8a3f50941f
1 changed files with 1 additions and 1 deletions

View File

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