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
Added `make debug`
tags/v0.3.2
Andrew Belt
7 years ago
parent
435006cc03
commit
cb7603864b
1 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
Makefile
+ 7
- 0
Makefile
View File
@@ -54,6 +54,13 @@ ifeq ($(ARCH), win)
env PATH=dep/bin:/mingw64/bin ./$<
endif
debug: $(TARGET)
ifeq ($(ARCH), mac)
lldb ./Rack
else
gdb -ex run ./Rack
endif
clean:
rm -rfv $(TARGET) build dist
Write
Preview
Loading…
Cancel
Save