This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DISTRHO-Ports
mirror of
https://github.com/DISTRHO/DISTRHO-Ports
Watch
1
Star
0
Fork
0
Code
Releases
5
Activity
Browse Source
Add lv2_nogen make target
tags/2018-04-16
falkTX
7 years ago
parent
9157156cd1
commit
f591a1066c
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
Makefile
+ 6
- 0
Makefile
View File
@@ -99,6 +99,12 @@ lv2:
$(MAKE) -C ports lv2
$(MAKE) gen_lv2
lv2_nogen:
$(MAKE) -C libs/drowaudio
$(MAKE) -C libs/juce
$(MAKE) -C libs/juced
$(MAKE) -C ports lv2
vst:
$(MAKE) -C libs/drowaudio
$(MAKE) -C libs/juce
Write
Preview
Loading…
Cancel
Save