From c605ea0545ac22dc328c83d78011e3d18346eb63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Tue, 15 Feb 2022 16:56:31 +0100 Subject: Show data list view. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3