From 33767371508501d709bd2cfdd84445ca19576bd6 Mon Sep 17 00:00:00 2001 From: cinnaboot Date: Mon, 27 Apr 2026 11:21:54 -0400 Subject: [PATCH] remove clean-all make target --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index e0bc78f..38e40fb 100644 --- a/Makefile +++ b/Makefile @@ -49,9 +49,6 @@ clean: rm -rf $(BUILD_DIR) $(LIBRARY) $(MAKE) -C example clean -clean-all: clean - $(MAKE) -C example clean-all - rebuild: clean all -.PHONY: all lib test-build test example clean clean-all rebuild +.PHONY: all lib test-build test example clean rebuild