racket-ssh-2012/Makefile

6 lines
85 B
Makefile
Raw Permalink Normal View History

2013-04-09 17:39:25 +00:00
all:
raco make new-server.rkt
clean:
find . -name compiled -type d | xargs rm -rf