9 lines
108 B
Makefile
Raw Normal View History

2022-08-15 14:29:59 -04:00
.PHONY: all build run
2021-04-04 13:06:17 -04:00
all: build
2022-08-15 14:29:59 -04:00
build:
go build -tags="gowaku_rln" -o build/chat2 .
2022-08-15 14:29:59 -04:00
run:
./build/chat2