mirror of
https://github.com/lwch/natpass.git
synced 2024-04-21 12:41:54 +00:00
4 lines
118 B
Python
Executable File
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
|