go-nwaku/go-waku/Makefile
2021-06-09 14:49:22 +08:00

7 lines
70 B
Makefile

.PHONY: all build
all: build
build:
go build -o build/waku waku.go