mirror of
https://github.com/kennethreitz/herald.git
synced 2026-06-05 23:00:19 +00:00
13 lines
180 B
Makefile
13 lines
180 B
Makefile
worker:
|
|
go run cmd/herald-worker/main.go
|
|
|
|
process:
|
|
go run cmd/herald-worker/main.go
|
|
worker: compile
|
|
../../../../bin/herald-worker
|
|
|
|
compile:
|
|
go install ./...
|
|
deps:
|
|
dep ensure
|