mirror of
https://github.com/kennethreitz/herald.git
synced 2026-06-05 23:00:19 +00:00
39d5805046
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
11 lines
125 B
Makefile
11 lines
125 B
Makefile
worker:
|
|
go run cmd/herald-worker/main.go
|
|
|
|
proc:
|
|
go run cmd/herald/main.go
|
|
|
|
compile:
|
|
go install ./...
|
|
deps:
|
|
dep ensure
|