elasticstream/Makefile

6 lines
69 B
Makefile

all:
go build -o elasticstream main.go
clean:
rm -f elasticstream