Make build the default Makefile target

This commit is contained in:
Daisuke Maki 2026-02-23 22:26:18 +09:00
parent 1808f304ca
commit 2a39bf9315

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: