diff --git a/Makefile b/Makefile index c3286f84e02871f72ecd6031cfae2753efd551d0..a70ec4dd27c89ed5b88aa20d44876f192d079a09 100644 --- a/Makefile +++ b/Makefile @@ -11,11 +11,7 @@ else endif endif -ifeq ($(PLATFORM),"Mac") - QINIU_DIR=/Users/aaron/work/zentao/qiniu/ -else - QINIU_DIR=~/ztf-make/ -endif +QINIU_DIR=~/work/zentao/qiniu/ QINIU_DIST_DIR=${QINIU_DIR}${PROJECT}/${VERSION}/ SERVER_MAIN_FILE=cmd/server/main.go