aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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