diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-02-13 21:43:51 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-02-13 21:58:25 +0900 |
| commit | dff818158c790481868c995e0209f13aeb106251 (patch) | |
| tree | 8c666ea05faa7dd6d7aacc22b67a3224917a80ec /backend/Makefile | |
| parent | 7037bd46431830e4d4ad46b2e136243e8455ac02 (diff) | |
| download | phperkaigi-2026-albatross-dff818158c790481868c995e0209f13aeb106251.tar.gz phperkaigi-2026-albatross-dff818158c790481868c995e0209f13aeb106251.tar.zst phperkaigi-2026-albatross-dff818158c790481868c995e0209f13aeb106251.zip | |
chore: replace Makefile with justfile
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'backend/Makefile')
| -rw-r--r-- | backend/Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
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 ./... |
