From 2df19d1d7471ab9aa7a7a49b7f24f9ab0c5d4469 Mon Sep 17 00:00:00 2001 From: Aryeh Date: Fri, 27 Nov 2020 15:03:53 +1100 Subject: [PATCH] Update Makefile --- Makefile | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/Makefile b/Makefile index 6995e34..4d0d86e 100644 --- a/Makefile +++ b/Makefile @@ -68,17 +68,8 @@ 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 + dir vendor + dir vendor\raylib-cpp 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