aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-07-14 17:22:50 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-07-14 17:22:50 +0200
commitbc96017fc19828f5b2ddba3429bca5e1bba91a1e (patch)
treea22632ef320019f8670ea3b91e234f4bdca02ecd /Makefile
parent262c680a9ed7a693db8c6cc694e44c6e1ea337b2 (diff)
downloadEpisodeBrowser-bc96017fc19828f5b2ddba3429bca5e1bba91a1e.tar.gz
Makefile: Fix main target.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 704c14d..202fd6e 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ LDFLAGS += -lcomctl32 -luxtheme
all: $(B)EpisodeBrowser.exe
cp $< "C:\Users\John\Desktop\Delat"
-$(B)EpisodeBrowser.exe: $(C) $(OBJ) $(PL) c/defs.h Makefile
+$(B)EpisodeBrowser.exe: $(C) $(OBJ) $(PL) c/*.h Makefile
$(CC) -v $(CFLAGS) $(LDFLAGS) -goal true -o $@ $(C) $(OBJ) $(PL)
$(B)resource.obj: c/resource.h c/resource.rc c/application.manifest