Add html production for convenience generating the website.
This commit is contained in:
parent
c0537670c0
commit
43aef9ceb1
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -41,6 +41,8 @@ database.c database.h: compile adventure.text
|
||||||
./compile
|
./compile
|
||||||
$(CC) $(CCFLAGS) $(DBX) -c database.c
|
$(CC) $(CCFLAGS) $(DBX) -c database.c
|
||||||
|
|
||||||
|
html: index.html advent.html history.html hints.html
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.o advent *.html advent.6 database.[ch] compile *.gcno *.gcda
|
rm -f *.o advent *.html advent.6 database.[ch] compile *.gcno *.gcda
|
||||||
cd tests; $(MAKE) --quiet clean
|
cd tests; $(MAKE) --quiet clean
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue