From ac7b2e6e9e131f58c8c6d7e3151b1e40e1bae226 Mon Sep 17 00:00:00 2001 From: vx-clutch Date: Sat, 23 Aug 2025 19:00:17 -0400 Subject: [PATCH] update makefile --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 509ef23..bd39fa4 100644 --- a/Makefile +++ b/Makefile @@ -35,10 +35,10 @@ uninstall: $(RM) $(DESTDIR)$(PREFIX)/bin/yait clean: - $(RM) -rf bin - $(RM) -rf build + $(RM) -r bin + $(RM) -r build dist-clean: clean - $(RM) -f config.mak + $(RM) config.mak .PHONY: all clean dist-clean install uninstall build