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