Updated windows del command
This commit is contained in:
parent
f2d4a606c3
commit
8da969e9f7
3
Makefile
3
Makefile
@ -77,7 +77,6 @@ ifeq ($(platform), Windows)
|
|||||||
else
|
else
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
# Create the build folder and compile the executable
|
# Create the build folder and compile the executable
|
||||||
compile: build
|
compile: build
|
||||||
@ -90,7 +89,7 @@ execute:
|
|||||||
# Clean up all relevant files
|
# Clean up all relevant files
|
||||||
clean:
|
clean:
|
||||||
ifeq ($(platform), Windows)
|
ifeq ($(platform), Windows)
|
||||||
del "${CURDIR}\build\*.exe"
|
del build
|
||||||
else
|
else
|
||||||
rm $(buildFile)
|
rm $(buildFile)
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user