diff options
author | John Ankarström <john@ankarstrom.se> | 2022-07-14 17:22:50 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2022-07-14 17:22:50 +0200 |
commit | bc96017fc19828f5b2ddba3429bca5e1bba91a1e (patch) | |
tree | a22632ef320019f8670ea3b91e234f4bdca02ecd /Makefile | |
parent | 262c680a9ed7a693db8c6cc694e44c6e1ea337b2 (diff) | |
download | EpisodeBrowser-bc96017fc19828f5b2ddba3429bca5e1bba91a1e.tar.gz |
Makefile: Fix main target.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |