6 lines
73 B
Makefile
6 lines
73 B
Makefile
|
all:
|
||
|
go build -o elasticstream cmd/main.go
|
||
|
|
||
|
clean:
|
||
|
rm -f elasticstream
|