r8261: Automated commit for Debian build of hyperobject upstream-version-2.8.8
[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