mirror of
https://github.com/go-i2p/go-jump-addr.git
synced 2025-07-13 11:54:45 -04:00
7 lines
81 B
Makefile
7 lines
81 B
Makefile
export DEBUG_I2P=true
|
|
|
|
build:
|
|
go build -o jumpserver ./jumpd
|
|
|
|
run:
|
|
./jumpserver
|