Update Makefile

This commit is contained in:
Aryeh 2020-11-29 16:23:52 +11:00 committed by GitHub
parent 28d4e3e5f7
commit 320bc1b7f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)