Files
2018-05-02 10:47:11 -05:00

20 lines
224 B
Makefile

test:
go test
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