From e53330b6f410763ee2987c351be8f473358d291f Mon Sep 17 00:00:00 2001 From: Aryeh Date: Sun, 29 Nov 2020 17:00:40 +1100 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index efba5e9..1c484b2 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ ifeq ($(platform), Windows) if errorlevel gtr 7 exit errorlevel -robocopy "vendor\raylib-cpp\vendor\raylib\src" "include" raymath.h if errorlevel gtr 7 exit errorlevel - -robocopy "vendor\raylib-cpp\include" "include" *.hpp $(THEN) + -robocopy "vendor\raylib-cpp\include" "include" *.hpp if errorlevel gtr 7 exit errorlevel # Copy commands for UNIX/Linux else