From 916a50f7120f38f0b742d1085bc6b924ed430b9d Mon Sep 17 00:00:00 2001 From: Aryeh Date: Fri, 27 Nov 2020 12:25:36 +1100 Subject: [PATCH] Update Makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 40c4386..5bd9e42 100644 --- a/Makefile +++ b/Makefile @@ -68,6 +68,8 @@ include: pull # Copy commands for Windows ifeq ($(OS), Windows_NT) -mkdir $(mkdirOptions) include + cd + dir copy vendor\raylib-cpp\vendor\raylib\src\raylib.h include copy vendor\raylib-cpp\vendor\raylib\src\raymath.h include copy vendor\raylib-cpp\include\*.hpp include