From b836f009371da8979b16bf0d3b30f3ad917f9723 Mon Sep 17 00:00:00 2001 From: Aryeh Date: Fri, 27 Nov 2020 15:00:54 +1100 Subject: [PATCH] Update Makefile --- Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Makefile b/Makefile index eeaacdc..6995e34 100644 --- a/Makefile +++ b/Makefile @@ -68,6 +68,17 @@ include: pull # Copy commands for Windows ifeq ($(OS), Windows_NT) -mkdir $(mkdirOptions) .\include + dir + cd vendor + dir + cd raylib-cpp + dir + cd vendor + dir + cd raylib + dir + cd src + dir copy .\vendor\raylib-cpp\vendor\raylib\src\raylib.h .\include\raylib.h copy .\vendor\raylib-cpp\vendor\raylib\src\raymath.h .\include\raymath.h copy .\vendor\raylib-cpp\include\*.hpp .\include