Browse Source

Merge branch 'master' of github.com:VCVRack/community

pull/379/merge
Andrew Belt 7 years ago
parent
commit
dc61c1151c
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      Makefile

+ 5
- 1
Makefile View File

@@ -1,6 +1,10 @@
# Convert relative Rack directory path to absolute
RACK_DIR := $(shell realpath $(RACK_DIR))
RACK_DIR := $(realpath $(RACK_DIR))


dist_all:
for f in repos/*; do $(MAKE) -C "$$f" dist; done

# Only useful if you have the private keys to the vcvrack.com server
dist_upload:
rsync repos/*/dist/*.zip vortico@vcvrack.com:downloads/ -uvz

Loading…
Cancel
Save