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
38
Wiki
Activity
Browse Source
Fix debugger invocation
tags/v0.6.1
Andrew Belt
6 years ago
parent
fd62c77d0d
commit
61227ad219
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