4 lines
56 B
Makefile
4 lines
56 B
Makefile
|
all: broker
|
||
|
|
||
|
broker:
|
||
|
go build -o clessy-broker ./broker
|