Files
herald/Makefile
T
2017-11-22 13:27:04 -05:00

11 lines
131 B
Makefile

run: compile
../../../../bin/herald
worker: compile
../../../../bin/herald-worker
compile:
go install ./...
deps:
dep ensure