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
|
# Set Windows commands
|
||||||
THEN = &&
|
THEN = &&
|
||||||
cleanCommand = del build\app.exe
|
cleanCommand = del ${CURDIR}\build\app.exe
|
||||||
else
|
else
|
||||||
# Check for MacOS/Linux
|
# Check for MacOS/Linux
|
||||||
UNAMEOS := $(shell uname)
|
UNAMEOS := $(shell uname)
|
||||||
@ -93,5 +93,4 @@ execute:
|
|||||||
|
|
||||||
# Clean up all relevant files
|
# Clean up all relevant files
|
||||||
clean:
|
clean:
|
||||||
dir build
|
|
||||||
$(cleanCommand)
|
$(cleanCommand)
|
||||||
|
Loading…
Reference in New Issue
Block a user