From dff818158c790481868c995e0209f13aeb106251 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 13 Feb 2026 21:43:51 +0900 Subject: chore: replace Makefile with justfile Co-Authored-By: Claude Opus 4.6 --- backend/Makefile | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 backend/Makefile (limited to 'backend/Makefile') diff --git a/backend/Makefile b/backend/Makefile deleted file mode 100644 index e9bc5a6..0000000 --- a/backend/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -.PHONY: all -all: check lint - -.PHONY: check -check: - go build -o /dev/null ./... - -.PHONY: lint -lint: - go run github.com/golangci/golangci-lint/cmd/golangci-lint run - -.PHONY: gen -gen: - go generate ./... -- cgit v1.3.1