diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-03-21 22:06:45 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-03-21 22:06:45 -0400 |
| commit | 08baa2568b7d46b3c8c180298939a43e39454796 (patch) | |
| tree | 2cd7c9ebc293445e861657eac6409d186a10c000 /Makefile | |
| parent | 2f7105d87f11186b99ecd4bd653420e8e215db76 (diff) | |
Update rule for making tags
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $@ |
