aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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 $@