mirror of
https://github.com/mas-cli/mas
synced 2024-11-25 04:50:24 +00:00
🔥 Remove dup bottles target
This commit is contained in:
parent
8076c660f1
commit
b8dc5ff718
1 changed files with 2 additions and 6 deletions
8
Makefile
8
Makefile
|
@ -110,13 +110,9 @@ lint: ## Lints source code.
|
||||||
danger: ## Runs danger.
|
danger: ## Runs danger.
|
||||||
script/danger
|
script/danger
|
||||||
|
|
||||||
# Builds bottles
|
|
||||||
.PHONY: bottles
|
|
||||||
bottles: ## Builds bottles.
|
|
||||||
script/bottle
|
|
||||||
|
|
||||||
.PHONY: bottle
|
.PHONY: bottle
|
||||||
bottle: bottles ## Alias for bottles
|
bottle: ## Builds Homebrew bottle for the current system.
|
||||||
|
script/bottle
|
||||||
|
|
||||||
.PHONY: package
|
.PHONY: package
|
||||||
package: build ## Packages the project.
|
package: build ## Packages the project.
|
||||||
|
|
Loading…
Reference in a new issue