Files
herald/Makefile
T
2017-12-08 19:59:28 +00:00

12 lines
146 B
Makefile

worker:
go run cmd/version-scraper/main.go
bin-worker: compile
../../../../bin/version-scraper
compile:
go install ./...
deps:
dep ensure