r10298: Automated commit for Debian build of lml2 upstream-version-1.5.2
[lml2.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