Files
herald/Makefile
T
kennethreitz 984843e787 $ go test
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-02-16 08:47:21 -05:00

20 lines
247 B
Makefile

test:
go run cmd/herald-test/main.go
run:
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