aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-08-26 02:54:56 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-08-26 02:54:56 -0400
commit5b06702dde3f53510a3d64a8156a349914afa605 (patch)
tree86f3103b075056098d861c19c678f53e96c3c07a /Makefile
parent180a48ed733bf0ee1e296e3afe5a9be2d1deebcf (diff)
Fixes for unops
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 58a8d01f..adcffed2 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}
+ ctags src/*.{c,h} src/stdlib/*.{c,h} src/compile/*.{c,h} src/parse/*.{c,h} src/format/*.{c,h}
config.mk: configure.sh
bash ./configure.sh