diff --git a/Makefile b/Makefile index b01396e9..6b7a605b 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ runr: $(TARGET) debug: $(TARGET) ifdef ARCH_MAC - lldb --args ./$< -d + lldb -- ./$< -d endif ifdef ARCH_WIN gdb --args ./$< -d