aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2025-11-16 12:14:17 +0100
committerlemon <lsof@mailbox.org>2025-11-16 12:14:17 +0100
commite9dd9115e21c0a731c1b84120d2013aef9b0b1c9 (patch)
tree0e0c420fcf7d64871b2635717f6b9f6c35378839 /Makefile
parent111e71e1511b2abff9176bd6c714c8da796f770e (diff)
make clean test/build
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5af40ba..be28de4 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ build/%.o: %.c common.h
$(CC) $(CFLAGS) -MMD -MP -MT $@ -MF build/$*.d -c -o $@ $<
clean:
- $(RM) -r build// $(OUT) *.o a.out
+ $(RM) -r build/ test/build/ $(OUT) *.o a.out
.PHONY: clean