gte/Makefile

10 lines
139 B
Makefile
Raw Normal View History

test:
2021-07-09 07:54:27 +02:00
go test -cover ./...
2021-07-24 08:43:05 +02:00
deploy-service: test
2022-09-19 14:42:52 +02:00
flyctl deploy
2021-07-09 07:54:27 +02:00
2021-07-24 08:43:05 +02:00
install-cli: test
2021-07-09 07:54:27 +02:00
go build -o gte ./cmd/cli/main.go
mv gte ${HOME}/bin