mirror of
https://github.com/openp2p-cn/openp2p.git
synced 2026-02-03 18:33:19 +08:00
8 lines
125 B
Makefile
8 lines
125 B
Makefile
build:
|
|
export GOPROXY=https://goproxy.io,direct
|
|
go mod tidy
|
|
go build cmd/openp2p.go
|
|
.PHONY: build
|
|
|
|
.DEFAULT_GOAL := build
|