Browse Source

Set default goal in plugin.mk

tags/v0.6.0
Andrew Belt 6 years ago
parent
commit
0dfa6ec3e9
1 changed files with 2 additions and 1 deletions
  1. +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

Loading…
Cancel
Save