go-peer/examples/secpy_chat/node1/Makefile
2024-08-10 13:18:32 +07:00

9 lines
144 B
Makefile

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