commit 5a06a36c495ea11c4c09230596cae99384d2682e parent 65c0479b5f6b22a1f9ab6835008b6d164ba5cb2c Author: William Casarin <jb55@jb55.com> Date: Sat, 22 Jul 2023 11:36:51 -0700 make: update clean Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -5,7 +5,7 @@ check: test ./test clean: - rm test + rm -f test bench tags: ctags *.c *.h