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
Add make foreach CMD="..."
tags/v0.3.1
Andrew Belt
7 years ago
parent
c4178ef8a3
commit
7fe5344ccc
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
Makefile
+ 4
- 0
Makefile
View File
@@ -142,3 +142,7 @@ ifeq ($(ARCH), mac)
else
cd dist && zip -5 -r Rack-$(VERSION)-$(ARCH).zip Rack
endif
eachplugin:
$(foreach f,$(wildcard plugins/*),(cd $f && ${CMD});)
Write
Preview
Loading…
Cancel
Save