Update Makefile

This commit is contained in:
Jonathan Moallem 2020-11-29 17:49:47 +11:00 committed by GitHub
parent 6b961629f6
commit db1646f00c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,8 +12,6 @@ ifeq ($(OS), Windows_NT)
# Set Windows commands
THEN = &
cleanCommand = del ${CURDIR}\build\*.exe
echo if errorlevel gtr 7 exit errorlevel > CheckCopyError.bat
type CheckError.bat
else
# Check for MacOS/Linux
UNAMEOS := $(shell uname)
@ -50,6 +48,10 @@ run: compile execute clean
# Sets up the project for compiling, creates libs and includes
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
submodules: