Skip to content

Commit

Permalink
build update
Browse files Browse the repository at this point in the history
  • Loading branch information
jc3wish authored and jc3wish committed Oct 9, 2019
1 parent e602c4b commit 551297e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
@@ -1,7 +1,7 @@
# Example:
# make build
# make clean
prefix=/usr/local/bifrost
prefix=./target

.PHONY: build-all
build-all:
Expand All @@ -20,3 +20,4 @@ init:

clean:
go clean
./build.sh clean
3 changes: 3 additions & 0 deletions build.sh
Expand Up @@ -99,6 +99,9 @@ nowTime=$(date "+%Y%m%d%H%M%S")
#生成依懒文件,将依懒包下载到vendor
init()
{
if [[ ${#PLUGINS[*]} -eq 0 ]];then
return
fi
importPluginFileName="./plugin/import_toserver2.go"

echo "package plugin" > $importPluginFileName
Expand Down
Empty file modified docker.sh 100644 → 100755
Empty file.

0 comments on commit 551297e

Please sign in to comment.