From 98342f7cdcad8ef08c84337f23b1c98cdf570613 Mon Sep 17 00:00:00 2001 From: Oskari Timperi Date: Fri, 18 Sep 2015 19:26:27 +0300 Subject: Makefile: setup some dependencies --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) 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) -- cgit v1.2.3