X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=Makefile;h=0f7bd783b44cc790d61630ff590cd91ed902f66c;hp=03c9a3d35fa1022496de502d4a69b7f028b167d5;hb=43aef9ceb16d0e2821c5ee81ea9d7c2f7ace84bb;hpb=0f126b0cb5f8539f456f2d7f2c06d8f32c2491c2 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