aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-02-23 13:29:20 -0500
committerBruce Hill <bruce@bruce-hill.com>2024-02-23 13:29:20 -0500
commit87bc0cfdbddeb550b7d7959c88088ef9658a5e2d (patch)
tree1b5d83c44f43d5db1db970160682b02ee37383e4 /Makefile
parent9f56266ae4a2d458576821d74906ab5bc4498b5b (diff)
Fix up some ++ stuff for arrays
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 94dd0ec7..a5b37b5a 100644
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,7 @@ tags:
ctags *.[ch] **/*.[ch]
clean:
- rm -f nextlang *.o builtins/*.o
+ rm -f nextlang *.o builtins/*.o libnext.so
%.1: %.1.md
pandoc --lua-filter=.pandoc/bold-code.lua -s $< -t man -o $@