From 43aef9ceb16d0e2821c5ee81ea9d7c2f7ace84bb Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 3 Jun 2017 19:55:13 -0400 Subject: [PATCH] Add html production for convenience generating the website. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 03c9a3d..0f7bd78 100644 --- a/Makefile +++ b/Makefile @@ -41,6 +41,8 @@ database.c database.h: compile adventure.text ./compile $(CC) $(CCFLAGS) $(DBX) -c database.c +html: index.html advent.html history.html hints.html + clean: rm -f *.o advent *.html advent.6 database.[ch] compile *.gcno *.gcda cd tests; $(MAKE) --quiet clean -- 2.31.1