From 9ab5ad5b85e58694fb86ee7bbd9f9a3141ede3f1 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Tue, 22 Apr 2014 14:32:06 +0100 Subject: [PATCH] Add a make target for the web page. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.30.2