diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-26 02:54:56 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-26 02:54:56 -0400 |
| commit | 5b06702dde3f53510a3d64a8156a349914afa605 (patch) | |
| tree | 86f3103b075056098d861c19c678f53e96c3c07a /Makefile | |
| parent | 180a48ed733bf0ee1e296e3afe5a9be2d1deebcf (diff) | |
Fixes for unops
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
