syndicate-2017/Makefile

8 lines
86 B
Makefile

all:
run:
racketmake main.rkt
clean:
find . -name compiled -type d | xargs rm -rf