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