Update Makefile
This commit is contained in:
parent
28d4e3e5f7
commit
320bc1b7f4
3
Makefile
3
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)
|
||||
|
Loading…
Reference in New Issue
Block a user