telegram-notifier/notifier/Makefile

8 lines
72 B
Makefile

.PHONY: build test
build:
go build -o build/
test:
go test -v ./...