aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2b16b1f..9207143 100644
--- a/Makefile
+++ b/Makefile
@@ -25,8 +25,8 @@ $(B)resource.obj: c/resource.h c/resource.rc
$(B)%.obj: c/%.c c/defs.h
$(CC) -c $(CFLAGS) -o $@ $<
-TAGS: c/*.c c/*.h
- etags $^
+TAGS: c/*.c c/*.h pl/*.pl
+ etags c/*.c c/*.h -lprolog pl/*.pl
clean:
rm -fr $(B)EpisodeBrowser.exe $(B)*.obj