From 41decacdc8f6a610996b4c0c76ab3b3e49e49c0f Mon Sep 17 00:00:00 2001 From: Aryeh Date: Sun, 29 Nov 2020 18:04:02 +1100 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 93e3f59..ac35e16 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ submodules: git submodule update --init --recursive ifeq ($(platform), Windows) echo if errorlevel gtr 7 exit errorlevel > CheckCopyError.bat - type CheckError.bat + type CheckCopyError.bat endif # Copy the relevant header files into includes