Skip to content

Commit

Permalink
supress compile warning
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyu- committed Jan 16, 2021
1 parent 8556b26 commit c9b9872
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ TARGETS=amd64 arm mips24kc_be x86 mips24kc_le

TAR=${NAME}_binaries.tar.gz `echo ${TARGETS}|sed -r 's/([^ ]+)/tinyvpn_\1/g'` version.txt

export STAGING_DIR=/tmp/ #just for supress warning of staging_dir not define

all:git_version
rm -f ${NAME}
${cc_local} -o ${NAME} ${INCLUDE} ${SOURCES} ${FLAGS} -lrt -ggdb -static -O3
Expand Down

0 comments on commit c9b9872

Please sign in to comment.