From 563af5f3643356d2f1e96bd330b13cf26011e6a7 Mon Sep 17 00:00:00 2001 From: Christopher Haster Date: Sat, 12 Mar 2022 15:21:41 -0600 Subject: [PATCH] Cleaned up make clean --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 05142cd..7cc59f8 100644 --- a/Makefile +++ b/Makefile @@ -163,8 +163,9 @@ $(BUILDDIR)%.ci: %.c | $(BUILDDIR)%.o # clean everything .PHONY: clean clean: - rm -f $(TARGET) - rm -f $(TARGET).*.csv + rm -f $(BUILDDIR)lfs + rm -f $(BUILDDIR)lfs.a + rm -f $(BUILDDIR)lfs.csv rm -f $(OBJ) rm -f $(CGI) rm -f $(DEP)