Remove unused Makefile target

This commit is contained in:
Agustin Godnic 2023-06-12 17:27:49 -03:00
parent eb4be4684c
commit b715603850
1 changed files with 1 additions and 4 deletions

View File

@ -8,9 +8,6 @@ build:
make -C spy/ build
make -C tx-tracker/ build
doc:
swag init -pd
test:
cd analytics && go test -v -cover ./...
cd api && go test -v -cover ./...
@ -21,4 +18,4 @@ test:
cd spy && go test -v -cover ./...
cd tx-tracker && go test -v -cover ./...
.PHONY: build doc test
.PHONY: build test