Skip to content

Commit

Permalink
chore: update Makefile for build tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
nullswan committed Nov 3, 2024
1 parent 70be4d2 commit 1758c8e
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
.PHONY: build
build:
@echo "Building..."
@goreleaser build --snapshot --clean
.PHONY: all
all: build-dev

.PHONY: fmt
fmt:
Expand All @@ -12,9 +10,6 @@ fmt:
test:
go test -v -cover ./...

.PHONY: all
all: build

.PHONY: build-dev
build-dev:
@echo "Building..."
Expand Down

0 comments on commit 1758c8e

Please sign in to comment.