X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=docs%2FMakefile;fp=docs%2FMakefile;h=a08456de7cd74cc4b2c843a4d49bc2c3a9dc2a1d;hb=67749fdfa2aa1dd4f374e7d87621216d883bc520;hp=0000000000000000000000000000000000000000;hpb=e883f9bf94436315685b23db3e077e7df07d16b6;p=hyperobject.git diff --git a/docs/Makefile b/docs/Makefile new file mode 100644 index 0000000..a08456d --- /dev/null +++ b/docs/Makefile @@ -0,0 +1,10 @@ +.PHONY: site all clean + +all: site + +site: + openmcl --load `pwd`/make.lisp + +clean: + @rm -f *~ \#*\# .\#* memdump +