go-waku/Makefile
2021-04-13 14:54:15 -04:00

7 lines
70 B
Makefile

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