From: Simon Tatham Date: Tue, 22 Apr 2014 13:32:06 +0000 (+0100) Subject: Add a make target for the web page. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=matchsticks-search.git;a=commitdiff_plain;h=9ab5ad5b85e58694fb86ee7bbd9f9a3141ede3f1;ds=sidebyside Add a make target for the web page. --- diff --git a/Makefile b/Makefile index 75efaf3..26fa92b 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,9 @@ LDLIBS = -lpub -lglpk -lm all: main +index.html: tabulate.py $(wildcard data/*) + ./tabulate.py > $@ + test: test.pl main ./test.pl