Update Makefile
This commit is contained in:
parent
6b961629f6
commit
db1646f00c
6
Makefile
6
Makefile
@ -12,8 +12,6 @@ ifeq ($(OS), Windows_NT)
|
|||||||
# Set Windows commands
|
# Set Windows commands
|
||||||
THEN = &
|
THEN = &
|
||||||
cleanCommand = del ${CURDIR}\build\*.exe
|
cleanCommand = del ${CURDIR}\build\*.exe
|
||||||
echo if errorlevel gtr 7 exit errorlevel > CheckCopyError.bat
|
|
||||||
type CheckError.bat
|
|
||||||
else
|
else
|
||||||
# Check for MacOS/Linux
|
# Check for MacOS/Linux
|
||||||
UNAMEOS := $(shell uname)
|
UNAMEOS := $(shell uname)
|
||||||
@ -50,6 +48,10 @@ run: compile execute clean
|
|||||||
|
|
||||||
# Sets up the project for compiling, creates libs and includes
|
# Sets up the project for compiling, creates libs and includes
|
||||||
setup: include lib
|
setup: include lib
|
||||||
|
ifeq ($(platform), Windows)
|
||||||
|
echo if errorlevel gtr 7 exit errorlevel > CheckCopyError.bat
|
||||||
|
type CheckError.bat
|
||||||
|
endif
|
||||||
|
|
||||||
# Pull and update the the build submodules
|
# Pull and update the the build submodules
|
||||||
submodules:
|
submodules:
|
||||||
|
Loading…
Reference in New Issue
Block a user