mirror of
https://github.com/kennethreitz/herald.git
synced 2026-06-05 23:00:19 +00:00
12 lines
146 B
Makefile
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
|