gte/Makefile

8 lines
195 B
Makefile
Raw Normal View History

test:
go test ./...
2021-02-03 07:27:22 +01:00
deploy: test
go build -o gte-process-inbox ./cmd/process-inbox/main.go
go build -o gte-generate-recurring ./cmd/generate-recurring/main.go
scp gte-* zerocontent.org:bin/