r10302: Automated commit for Debian build of lml upstream-version-2.5.3
[lml.git] / doc / Makefile
1 .PHONY: site all clean
2
3 all: site
4
5 site: 
6         sbcl --load `pwd`/make.lisp
7
8 clean:
9         @rm -f *~ \#*\# .\#* memdump
10