From 2dda32ead98f1479b7c8c5eb8b36c76ebf780237 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Thu, 27 Jun 2024 10:28:09 +0100 Subject: [PATCH] up clean target --- makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/makefile b/makefile index 70ba5ad..97adc96 100644 --- a/makefile +++ b/makefile @@ -28,7 +28,6 @@ $(BIN_DIR) $(OBJ_DIR): pwsh -Command New-Item -Path $@ -ItemType Directory clean: - pwsh -Command Remove-Item -Recurse $(EXE) - pwsh -Command Remove-Item -Recurse $(OBJ_DIR) + pwsh -Command Remove-Item -Recurse $(EXE), $(OBJ_DIR) -include $(OBJ:.o=.d)