From 0c6ba17b2f08d05195cdbaeba4607fdd8d000775 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Tue, 9 Jul 2024 22:25:07 +0300 Subject: fix make clean --- tests/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile index 2012107..00b523e 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -32,3 +32,9 @@ check: $(TESTS) build/printf.o: common/printf.c mkdir -p build $(COMPILE) -c common/printf.c -o build/printf.o + +RM ?= rm + +.PHONY: clean +clean: + $(RM) -rf build -- cgit v1.3