mirror of
https://gitee.com/IrisVega/frp.git
synced 2024-11-01 22:31:29 +08:00
typo
This commit is contained in:
parent
7491b327f8
commit
1c330185c4
@ -1,5 +1,5 @@
|
||||
# compile for version
|
||||
#make
|
||||
make
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "make error"
|
||||
exit 1
|
||||
@ -9,7 +9,7 @@ frp_version=`./bin/frps --version`
|
||||
echo "build version: $frp_version"
|
||||
|
||||
# cross_compiles
|
||||
#make -f ./Makefile.cross-compiles
|
||||
make -f ./Makefile.cross-compiles
|
||||
|
||||
rm -rf ./release/packages
|
||||
mkdir -p ./release/packages
|
||||
|
Loading…
Reference in New Issue
Block a user