Fixed then command
This commit is contained in:
parent
9cb0fe368d
commit
6fa0959ac6
2
Makefile
2
Makefile
@ -10,7 +10,7 @@ ifeq ($(OS), Windows_NT)
|
|||||||
options = -pthread -lopengl32 -lgdi32 -lwinmm -mwindows
|
options = -pthread -lopengl32 -lgdi32 -lwinmm -mwindows
|
||||||
|
|
||||||
# Set Windows commands
|
# Set Windows commands
|
||||||
THEN = &
|
THEN = &&
|
||||||
cleanCommand = del ${CURDIR}\build\*.exe
|
cleanCommand = del ${CURDIR}\build\*.exe
|
||||||
else
|
else
|
||||||
# Check for MacOS/Linux
|
# Check for MacOS/Linux
|
||||||
|
Loading…
Reference in New Issue
Block a user