build: declare targets directly

This commit is contained in:
2025-11-12 07:02:52 +01:00
parent 221f828860
commit ded77dd8cc

View File

@@ -62,11 +62,9 @@ FUZZ_CENTRALIZED_CASES := \
./internal/fuzz::FuzzIntegrationServices \
./internal/fuzz::FuzzIntegrationRepositories
PHONY_TARGETS := build test clean format lint build-deps clean-deps docker-image swagger \
.PHONY: build test clean format lint build-deps clean-deps docker-image swagger \
unit-tests integration-tests e2e-tests fuzz-tests install uninstall release migrations
.PHONY: $(PHONY_TARGETS)
define run-fuzz-cases
@set -e; \
for case in $(1); do \