Files
herald/Makefile
T
kennethreitz af5778b077 basics for worker
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-11-15 16:03:21 -05:00

8 lines
112 B
Makefile

run: compile
../../../../bin/herald
worker: compile
../../../../bin/herald-worker
compile:
go install ./...