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 default make dist to plugin.mk
pull/574/merge
Andrew Belt
6 years ago
parent
2c17b654af
commit
64cfeb77d5
1 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
plugin.mk
+ 8
- 0
plugin.mk
View File
@@ -28,3 +28,11 @@ include ../../compile.mk
clean:
rm -rfv build $(TARGET) dist
dist: all
rm -rf dist
mkdir -p dist/$(SLUG)
cp -R $(DISTRIBUTABLES) dist/$(SLUG)/
cd dist && zip -5 -r $(SLUG)-$(VERSION)-$(ARCH).zip $(SLUG)
.PHONY: clean dist
Write
Preview
Loading…
Cancel
Save