aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-03-21 22:06:45 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-03-21 22:06:45 -0400
commit08baa2568b7d46b3c8c180298939a43e39454796 (patch)
tree2cd7c9ebc293445e861657eac6409d186a10c000 /Makefile
parent2f7105d87f11186b99ecd4bd653420e8e215db76 (diff)
Update rule for making tags
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 157a3bce..cbda2be7 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 $@