From d56d71cbecd7d37b103b9a8854409c15da0fb540 Mon Sep 17 00:00:00 2001 From: Christoph Scholtes Date: Sat, 20 Jan 2018 20:38:16 -0700 Subject: [PATCH] Fix make debug for Windows platform. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5a67ad2c..7920292f 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,7 @@ ifeq ($(ARCH), mac) endif ifeq ($(ARCH), win) # TODO get rid of the mingw64 path - env PATH=dep/bin:/mingw64/bin gdb -ex run ./Rack + env PATH="$(PATH)":dep/bin:/mingw64/bin gdb -ex run ./Rack endif perf: $(TARGET)