projects
/
open-adventure.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c053767
)
Add html production for convenience generating the website.
author
Eric S. Raymond
<esr@thyrsus.com>
Sat, 3 Jun 2017 23:55:13 +0000
(19:55 -0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Sat, 3 Jun 2017 23:55:13 +0000
(19:55 -0400)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 03c9a3d35fa1022496de502d4a69b7f028b167d5..0f7bd783b44cc790d61630ff590cd91ed902f66c 100644
(file)
--- 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