#
# Makefile
#

AUTORUN=../bin/autorun/autorun

check:
	$(AUTORUN) -t INDEX

clean:
	rm -f *.log *.dump index.html [0-9]*.html */*.log */*.dump

test:
	$(AUTORUN) INDEX


syntax highlighted by Code2HTML, v. 0.9.1