all: deliver

deliver: compile
	@lispworks -init deliver.lisp
	@chmod 755 watt
	@rm -f watt.ufsl
	@rm -f watt.zaps
	@rm -f *~
	@mv watt ../runme

compile:
	@lispworks -init compile.lisp
