elasticstream/Makefile

6 lines
73 B
Makefile
Raw Normal View History

2024-10-03 21:45:17 +05:30
all:
go build -o elasticstream cmd/main.go
clean:
rm -f elasticstream