aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-08-30 13:55:48 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-08-30 13:55:48 -0400
commita6cce3d83b7098ef746824ef07ce19145483c912 (patch)
treef8882ab7f095ea52b8a49c754f1a62726c48c56c /Makefile
parent565527c9a6c5aa0161f421066ac2e07357b34571 (diff)
Fix tags rule
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index adcffed2..3ce12038 100644
--- a/Makefile
+++ b/Makefile
@@ -129,7 +129,7 @@ build/lib/$(AR_FILE): $(STDLIB_OBJS)
ar -rcs $@ $^
tags:
- ctags src/*.{c,h} src/stdlib/*.{c,h} src/compile/*.{c,h} src/parse/*.{c,h} src/format/*.{c,h}
+ ctags src/*.{c,h} src/stdlib/*.{c,h} src/compile/*.{c,h} src/parse/*.{c,h} src/formatter/*.{c,h}
config.mk: configure.sh
bash ./configure.sh