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)