~ salmonella-environment-setup (master) /Makefile
Trap1REPORTDIR ?= /var/www/spiffy/tests2WIKI2HTML ?= /usr/local/chickens/chicken-qwiki/bin/svnwiki2html34all: index.html56index.html: index.wiki7 $(WIKI2HTML) --title "CHICKEN automated tests" \8 --css //wiki.call-cc.org/chicken.css \9 index.wiki > index.html1011install:12 cp index.html $(REPORTDIR)/1314clean:15 rm *~ index.html1617.PHONY: all install clean