aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cffc2bf..1a52d46 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ endif
all: episode_browser.exe
-episode_browser.exe: $(INPUTS) $(PROJECT_ROOT)Makefile
+episode_browser.exe: $(INPUTS) $(PROJECT_ROOT)c/defs.h $(PROJECT_ROOT)Makefile
swipl-ld -v $(CFLAGS) $(LDFLAGS) -goal true -o $@ $(INPUTS)
$(EXTRA_CMDS)