Repair dist slightly broken by previous commit.
[open-adventure.git] / Makefile
index ba2c9ef318469c61fd5af169e75ce46c0443dfc3..848a676a59a92780521681ffc0e833d187cc163b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,8 +9,8 @@ ifeq ($(UNAME_S),Linux)
 endif
 
 OBJS=main.o init.o actions1.o actions2.o score.o misc.o database.o
-DOCS=COPYING NEWS README TODO advent.adoc history.adoc index.adoc hints.adoc
-SOURCES=$(OBJS:.o=.c) advent.h funcs.h adventure.text $(DOCS) control
+DOCS=COPYING NEWS README.adoc TODO advent.adoc history.adoc index.adoc hints.adoc
+SOURCES=$(OBJS:.o=.c) compile.c advent.h database.h funcs.h adventure.text $(DOCS) Makefile control
 
 .c.o:
        $(CC) $(CCFLAGS) $(DBX) -c $<