diff --git a/Makefile b/Makefile index 21be10d7..05cf01b5 100644 --- a/Makefile +++ b/Makefile @@ -63,13 +63,13 @@ runr: $(TARGET) debug: $(TARGET) ifdef ARCH_MAC - lldb -ex run ./$< -d + lldb --args ./$< -d endif ifdef ARCH_WIN - gdb -ex run ./$< -d + gdb --args ./$< -d endif ifdef ARCH_LIN - gdb -ex run ./$< -d + gdb --args ./$< -d endif perf: $(TARGET)