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
Set default goal in plugin.mk
tags/v0.6.0
Andrew Belt
6 years ago
parent
d7bacb705c
commit
0dfa6ec3e9
1 changed files
with
2 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
plugin.mk
+ 2
- 1
plugin.mk
View File
@@ -44,4 +44,5 @@ dist: all
# Create ZIP package
# Create ZIP package
cd dist && zip -5 -r $(SLUG)-$(VERSION)-$(ARCH).zip $(SLUG)
cd dist && zip -5 -r $(SLUG)-$(VERSION)-$(ARCH).zip $(SLUG)
.PHONY: clean dist
.PHONY: clean dist
.DEFAULT_GOAL := all
Write
Preview
Loading…
Cancel
Save