hmdeploy/Makefile
2025-04-02 10:20:05 +02:00

8 lines
100 B
Makefile

run: lint
go run main.go
build: lint
go build -o hmdeploy main.go
lint:
golangci-lint run ./...