Automated commit for debian release 2.13-1
[hyperobject.git] / docs / Makefile
1 .PHONY: site all clean
2
3 all: site
4
5 site: 
6         openmcl --load `pwd`/make.lisp
7
8 clean:
9         @rm -f *~ \#*\# .\#* memdump
10