make: Cleanup old targets

This commit is contained in:
James Shubin
2025-02-27 17:01:37 -05:00
parent 63d7b8e51e
commit f74bc969ca

View File

@@ -191,13 +191,6 @@ path: ## create working paths
deps: ## install system and golang dependencies deps: ## install system and golang dependencies
./misc/make-deps.sh ./misc/make-deps.sh
run: ## run mgmt
find . -maxdepth 1 -type f -name '*.go' -not -name '*_test.go' | xargs go run -ldflags "-X main.program=$(PROGRAM) -X main.version=$(SVERSION)"
# include race flag
race:
find . -maxdepth 1 -type f -name '*.go' -not -name '*_test.go' | xargs go run -race -ldflags "-X main.program=$(PROGRAM) -X main.version=$(SVERSION)"
generate: generate:
go generate go generate