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
make "make" the default CMD variable so you can just "make eachplugin"
Signed-off-by: vladimir <vladimir@pantelic.net>
pull/13/head
vladimir
7 years ago
parent
c34d24817c
commit
79cd3c6143
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
Makefile
+ 1
- 0
Makefile
View File
@@ -143,6 +143,7 @@ else
cd dist && zip -5 -r Rack-$(VERSION)-$(ARCH).zip Rack
cd dist && zip -5 -r Rack-$(VERSION)-$(ARCH).zip Rack
endif
endif
CMD ?= make
eachplugin:
eachplugin:
$(foreach f,$(wildcard plugins/*),(cd $f && ${CMD});)
$(foreach f,$(wildcard plugins/*),(cd $f && ${CMD});)
Write
Preview
Loading…
Cancel
Save