diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-03-17 20:17:37 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-03-17 20:17:37 -0400 |
| commit | 7f525588cb1e5f1b56e79e4c0407b909b4b5ff52 (patch) | |
| tree | 027af07c3fb1a39d9d9f2f6314332a8d4f7ec8f7 /Makefile | |
| parent | 4c2d3c68df922ad45c9a0371bafabaa2504fe070 (diff) | |
Move to using a .build/ folder for generated files instead of foo.tm.c
in the same folder
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,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} examples/*.tm.{c,h,o} + rm -rf tomo *.o stdlib/*.o libtomo.so test/*.tm.testresult test/.build examples/.build examples/*/.build %: %.md pandoc --lua-filter=.pandoc/bold-code.lua -s $< -t man -o $@ |
