Update Makefile

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

View File

@ -12,7 +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