Update Makefile
This commit is contained in:
parent
6438ffb483
commit
e53330b6f4
2
Makefile
2
Makefile
@ -62,7 +62,7 @@ ifeq ($(platform), Windows)
|
|||||||
if errorlevel gtr 7 exit errorlevel
|
if errorlevel gtr 7 exit errorlevel
|
||||||
-robocopy "vendor\raylib-cpp\vendor\raylib\src" "include" raymath.h
|
-robocopy "vendor\raylib-cpp\vendor\raylib\src" "include" raymath.h
|
||||||
if errorlevel gtr 7 exit errorlevel
|
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
|
if errorlevel gtr 7 exit errorlevel
|
||||||
# Copy commands for UNIX/Linux
|
# Copy commands for UNIX/Linux
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user