chiark / gitweb /
Add a make target for the web page.
authorSimon Tatham <anakin@pobox.com>
Tue, 22 Apr 2014 13:32:06 +0000 (14:32 +0100)
committerSimon Tatham <anakin@pobox.com>
Tue, 22 Apr 2014 13:32:06 +0000 (14:32 +0100)
Makefile

index 75efaf3fdb135d0e4a77423f85e43740ec0bc325..26fa92b5b3fe991293ebc62403d1a7d654387cd6 100644 (file)
--- 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