Merge pull request #796 from peco/chore-default-build-target

Make build the default Makefile target
This commit is contained in:
lestrrat 2026-02-24 06:36:05 +09:00 committed by GitHub
commit 600e20302d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,8 @@
MAKEFLAGS += --no-print-directory
export PATH := $(HOME)/go/bin:$(PATH)
.DEFAULT_GOAL := build
.PHONY: build snapshot test lint generate cover clean deps check-goreleaser
check-goreleaser: