From d5b94e3704ab5d3e464101451a2d08a9c43d3ed6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Fri, 1 Apr 2022 01:19:31 +0200 Subject: Add Prolog support to TAGS. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3