From ded77dd8cc3a4264e45634465cbd0c2339bf87e0 Mon Sep 17 00:00:00 2001 From: Kharec Date: Wed, 12 Nov 2025 07:02:52 +0100 Subject: [PATCH] build: declare targets directly --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 9a482d8..57823f0 100644 --- a/Makefile +++ b/Makefile @@ -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 \