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
commit
79cd3c6143
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Makefile

+ 1
- 0
Makefile View File

@@ -143,6 +143,7 @@ else
cd dist && zip -5 -r Rack-$(VERSION)-$(ARCH).zip Rack
endif

CMD ?= make

eachplugin:
$(foreach f,$(wildcard plugins/*),(cd $f && ${CMD});)

Loading…
Cancel
Save