From bdab6a078463ca8ebff5926bb36d88135bf61269 Mon Sep 17 00:00:00 2001 From: Aryeh Date: Fri, 27 Nov 2020 13:51:40 +1100 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2effd2d..15784f8 100644 --- a/Makefile +++ b/Makefile @@ -68,7 +68,7 @@ include: pull # Copy commands for Windows ifeq ($(OS), Windows_NT) -mkdir $(mkdirOptions) .\include - cd + echo the currect working directory is %CD% dir dir vendor\raylib-cpp\vendor\raylib\src copy .\vendor\raylib-cpp\vendor\raylib\src\raylib.h .\include\raylib.h