🔥 Remove dup bottles target

This commit is contained in:
Ben Chatelain 2023-11-25 15:52:52 -07:00
parent 8076c660f1
commit b8dc5ff718

View file

@ -110,13 +110,9 @@ lint: ## Lints source code.
danger: ## Runs danger.
script/danger
# Builds bottles
.PHONY: bottles
bottles: ## Builds bottles.
script/bottle
.PHONY: bottle
bottle: bottles ## Alias for bottles
bottle: ## Builds Homebrew bottle for the current system.
script/bottle
.PHONY: package
package: build ## Packages the project.