aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-06-18 20:55:19 +0800
committerMistivia <i@mistivia.com>2025-06-18 20:55:19 +0800
commit111a1c8b9f4bafb627dd3911857943ae9a65f294 (patch)
tree1ec78eede286a6e00d74f5d9652595d067410e14 /Makefile
parentb8e8f46f58136464c4fdd0aa37578f2313f0bd93 (diff)
vector len
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 87a6694..3811231 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ $(tests_bin):%.bin:%.c libalgds.a
$(cc) $(cflags) -Isrc/ $< libalgds.a -MD -MF $@.d -o $@
clean:
- -rm build/
+ -rm -rf build/
-rm $(shell find tests/ -name '*.bin')
-rm $(shell find . -name '*.o' -or -name '*.a' -or -name '*.d')