Files
herald/Makefile
T
kennethreitz 5245113625 prototype
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-12-18 09:00:27 -05:00

18 lines
212 B
Makefile

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