Fixed then command

This commit is contained in:
Jonathan Moallem 2020-11-29 18:30:28 +11:00
parent 9cb0fe368d
commit 6fa0959ac6

View File

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