go-peer/examples/secpy_chat/node2/Makefile
2024-07-23 13:26:56 +07:00

9 lines
159 B
Makefile

GC=go build
.PHONY: default run clean
default: clean run
run:
./prog_hle_2 -priv=priv.key &
clean:
pkill -15 prog_hle_2 || true
rm -rf prog_hle_2 main.py