Browse Source

Merge d56d71cbec into 9d5ce1791e

pull/631/merge
cschol GitHub 7 years ago
parent
commit
f5d152d6e0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -73,7 +73,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)


Loading…
Cancel
Save