mirror of
https://github.com/kennethreitz/herald.git
synced 2026-06-05 23:00:19 +00:00
822196b02c
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
15 lines
182 B
Makefile
15 lines
182 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
|