Skip to content

Commit

Permalink
remove brew references from makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
yonaskolb committed Jul 20, 2024
1 parent 5802171 commit adfb8c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ SWIFT_BUILD_FLAGS = --disable-sandbox -c release --arch arm64 --arch x86_64
BUILD_PATH = $(shell swift build $(SWIFT_BUILD_FLAGS) --show-bin-path)
EXECUTABLE_PATH = $(BUILD_PATH)/$(EXECUTABLE_NAME)

.PHONY: install build uninstall format_code brew release
.PHONY: install build uninstall format_code release

install: build
mkdir -p $(PREFIX)/bin
Expand All @@ -37,7 +37,7 @@ release:
git commit -m "Update to $(VERSION)"
#git tag $(VERSION)

publish: archive brew
publish: archive
echo "published $(VERSION)"

archive: build
Expand Down

0 comments on commit adfb8c0

Please sign in to comment.