Browse Source

Fix `make debug` on Mac.

tags/v1.0.0
Andrew Belt 5 years ago
parent
commit
f813bff72b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -58,7 +58,7 @@ runr: $(TARGET)


debug: $(TARGET) debug: $(TARGET)
ifdef ARCH_MAC ifdef ARCH_MAC
lldb --args ./$< -d
lldb -- ./$< -d
endif endif
ifdef ARCH_WIN ifdef ARCH_WIN
gdb --args ./$< -d gdb --args ./$< -d


Loading…
Cancel
Save