aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-02-15 16:56:31 +0100
committerJohn Ankarström <john@ankarstrom.se>2022-02-15 16:56:31 +0100
commitc605ea0545ac22dc328c83d78011e3d18346eb63 (patch)
treeb809214638566a8dc0621095c4be3fd721577b0c /Makefile
parent2e5ea298da89df79fc057ad46253e5a9d860e7e3 (diff)
downloadEpisodeBrowser-c605ea0545ac22dc328c83d78011e3d18346eb63.tar.gz
Show data list view.
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)