#
# Makefile
#

AUTORUN=../bin/autorun/autorun

check:
	$(AUTORUN) -t INDEX

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

test:
	$(AUTORUN) INDEX
