mirror of
https://github.com/kennethreitz/herald.git
synced 2026-06-05 23:00:19 +00:00
0258674e7f
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
15 lines
177 B
Makefile
15 lines
177 B
Makefile
worker:
|
|
go run cmd/version-scraper/main.go
|
|
|
|
bin-worker: compile
|
|
../../../../bin/version-scraper
|
|
|
|
test:
|
|
go run cmd/test/main.go
|
|
|
|
compile:
|
|
go install ./...
|
|
|
|
deps:
|
|
dep ensure
|