revert back to using near/far point. Check for hyperfocal distance and set rear-point...
[cl-photo.git] / doc / Makefile
1 .PHONY: site all clean
2
3 all: site
4
5 site: 
6         clisp -i "`pwd`/make.lisp"
7
8 clean:
9         @rm -f *~ \#*\# .\#* memdump
10