From 320bc1b7f43241caf46d878d5da7690dfc8a6bdc Mon Sep 17 00:00:00 2001 From: Aryeh Date: Sun, 29 Nov 2020 16:23:52 +1100 Subject: [PATCH] Update Makefile --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ee8f4c4..b6fa035 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ ifeq ($(OS), Windows_NT) # Set Windows commands THEN = && - cleanCommand = del build\app.exe + cleanCommand = del ${CURDIR}\build\app.exe else # Check for MacOS/Linux UNAMEOS := $(shell uname) @@ -93,5 +93,4 @@ execute: # Clean up all relevant files clean: - dir build $(cleanCommand)