build: declare targets directly
This commit is contained in:
4
Makefile
4
Makefile
@@ -62,11 +62,9 @@ FUZZ_CENTRALIZED_CASES := \
|
|||||||
./internal/fuzz::FuzzIntegrationServices \
|
./internal/fuzz::FuzzIntegrationServices \
|
||||||
./internal/fuzz::FuzzIntegrationRepositories
|
./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
|
unit-tests integration-tests e2e-tests fuzz-tests install uninstall release migrations
|
||||||
|
|
||||||
.PHONY: $(PHONY_TARGETS)
|
|
||||||
|
|
||||||
define run-fuzz-cases
|
define run-fuzz-cases
|
||||||
@set -e; \
|
@set -e; \
|
||||||
for case in $(1); do \
|
for case in $(1); do \
|
||||||
|
|||||||
Reference in New Issue
Block a user