This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
43
Wiki
Activity
Browse Source
Fix debugger invocation
pull/1639/head
Andrew Belt
7 years ago
parent
0520e57f13
commit
805402a299
1 changed files
with
3 additions
and
3 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
Makefile
+ 3
- 3
Makefile
View File
@@ -63,13 +63,13 @@ runr: $(TARGET)
debug: $(TARGET)
debug: $(TARGET)
ifdef ARCH_MAC
ifdef ARCH_MAC
lldb -
ex run
./$< -d
lldb -
-args
./$< -d
endif
endif
ifdef ARCH_WIN
ifdef ARCH_WIN
gdb -
ex run
./$< -d
gdb -
-args
./$< -d
endif
endif
ifdef ARCH_LIN
ifdef ARCH_LIN
gdb -
ex run
./$< -d
gdb -
-args
./$< -d
endif
endif
perf: $(TARGET)
perf: $(TARGET)
Write
Preview
Loading…
Cancel
Save