r3607: *** empty log message ***
[hyperobject.git] / docs / Makefile
diff --git a/docs/Makefile b/docs/Makefile
new file mode 100644 (file)
index 0000000..a08456d
--- /dev/null
@@ -0,0 +1,10 @@
+.PHONY: site all clean
+
+all: site
+
+site: 
+       openmcl --load `pwd`/make.lisp
+
+clean:
+       @rm -f *~ \#*\# .\#* memdump
+