aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-09-30 14:40:41 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-09-30 14:40:41 -0400
commitc8c137639c99793a7a2136f2bdc8de903bf4b5ec (patch)
tree1e7aabede412f9a7c1fa72f226310d7b69a19cfe /Makefile
parent1a6ce0047bbc5125c386f65ae348688f98a9bb3f (diff)
Clean examples when doing `make clean`
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2508d891..094bcbf8 100644
--- a/Makefile
+++ b/Makefile
@@ -63,7 +63,7 @@ test: $(TESTS)
@echo -e '\x1b[32;7m ALL TESTS PASSED! \x1b[m'
clean:
- rm -f tomo *.o stdlib/*.o libtomo.so test/*.tm.{c,h,o,testresult} examples/*.tm.*{c,h,o}
+ rm -f tomo *.o stdlib/*.o libtomo.so test/*.tm.{c,h,o,testresult} examples/**/*.tm.{c,h,o}
%: %.md
pandoc --lua-filter=.pandoc/bold-code.lua -s $< -t man -o $@