From 6ed53b051b07a60700abc2fd68857e497fa707b2 Mon Sep 17 00:00:00 2001 From: Yury Bayda Date: Tue, 29 Apr 2025 22:21:05 -0700 Subject: [PATCH] Make 'clean' more versatile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1bd5a45..18925fb 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ format-check: .PHONY: clean clean: - rm -rf ${BUILDDIR} + git clean -Xfd ifndef VERBOSE .SILENT: