aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7826677..58a6561 100644
--- a/Makefile
+++ b/Makefile
@@ -37,6 +37,11 @@ $(HOST)_%.o: %.c
diceware$(E): $(OBJECTS)
$(LINK.c) -o $@ $^
+$(HOST)_winconsole.o: winconsole.h
+$(HOST)_main.o: winconsole.h htable.h randgen.h
+$(HOST)_htable.o: htable.h
+$(HOST)_randgen%.o: randgen.h
+
.PHONY: clean
clean:
$(RM) $(OBJECTS)