waku-org/go-waku

View on GitHub
examples/chat2/Makefile

Summary

Maintainability
Test Coverage
.PHONY: all build run

all: build

build:
    go build -o build/chat2 .

run:
    ./build/chat2