Skip to content

Commit

Permalink
chore: make targets phony
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Sep 10, 2023
1 parent b74d1be commit c049f00
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 @@ -58,7 +58,7 @@ lint-ui::
test-ui::
npm test

toml:
toml::
go run packaging/toml.go

test::
Expand All @@ -74,7 +74,7 @@ build::
@echo Version: $(VERSION) $(SHA) $(BUILD_DATE)
CGO_ENABLED=0 go build -v $(BUILD_TAGS) $(BUILD_ARGS)

snapshot:
snapshot::
goreleaser --snapshot --skip-publish --clean

release::
Expand Down

0 comments on commit c049f00

Please sign in to comment.