go-nwaku/Makefile

7 lines
72 B
Makefile

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