2943dc82ef70387a10b5f52b29c11a5d178d21d8
[cl-modlisp.git] / Makefile
1 #!/usr/bin/make
2
3 .PHONY: site all clean
4
5 all: site
6
7 site: 
8         sbcl --userinit `pwd`/make.lisp
9
10 clean:
11         @rm -f *~ \#*\# .\#* memdump
12