Update Makefile

This commit is contained in:
Aryeh 2020-11-29 17:00:40 +11:00 committed by GitHub
parent 6438ffb483
commit e53330b6f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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