Files
logos-messaging-go/examples/chat2/Makefile
T

9 lines
108 B
Makefile

.PHONY: all build run
all: build
build:
go build -tags="gowaku_rln" -o build/chat2 .
run:
./build/chat2