Files
natpass/build
T
2021-07-30 16:07:16 +08:00

4 lines
118 B
Python
Executable File

#!/bin/sh
CGO_ENABLED=0 go build -o bin/np-svr code/server/*.go
CGO_ENABLED=0 go build -o bin/np-cli code/client/*.go