Update rule for making tags

This commit is contained in:
Bruce Hill 2025-03-21 22:06:45 -04:00
parent 2f7105d87f
commit 08baa2568b

View File

@ -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 $@