From 08baa2568b7d46b3c8c180298939a43e39454796 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 21 Mar 2025 22:06:45 -0400 Subject: [PATCH] Update rule for making tags --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 157a3bc..cbda2be 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ build/libtomo.so: $(STDLIB_OBJS) @$(CC) $^ $(CFLAGS) $(OSFLAGS) -lgc -lcord -lm -lunistring -lgmp -ldl -Wl,-soname,libtomo.so -shared -o $@ tags: - ctags *.[ch] **/*.[ch] + ctags src/*.[ch] src/stdlib/*.[ch] %.o: %.c src/ast.h src/environment.h src/types.h @echo $(CC) $(CFLAGS_PLACEHOLDER) -c $< -o $@