mirror of
https://github.com/kennethreitz/herald.git
synced 2026-06-05 23:00:19 +00:00
af5778b077
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
8 lines
112 B
Makefile
8 lines
112 B
Makefile
run: compile
|
|
../../../../bin/herald
|
|
|
|
worker: compile
|
|
../../../../bin/herald-worker
|
|
|
|
compile:
|
|
go install ./...
|