From 001062e20cb8f89b8adff6f54a49a9658c05e960 Mon Sep 17 00:00:00 2001 From: Wildan M Date: Sun, 5 Jul 2026 02:51:17 +0700 Subject: [PATCH] Fix clean tests --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index 31f0d79715..d061c4da77 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -14,7 +14,7 @@ TEST_RUNNER?= all: build clean: - rm -rf $(BUILD)/bins_* $(BUILD)/gen $(BUILD)/target + rm -rf $(wildcard ./build_*) build: $(BUILD)/bins_verify/relibc-tests $(BINS) $(EXPECT_BINS) $(EXPECT_INPUT_BINS) support_build