Files
herald/Makefile
T
kennethreitz 39d5805046 updated makefile
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-11-28 09:07:31 -06:00

11 lines
125 B
Makefile

worker:
go run cmd/herald-worker/main.go
proc:
go run cmd/herald/main.go
compile:
go install ./...
deps:
dep ensure