aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2017-01-03 22:20:15 -0800
committerChris Lu <chris.lu@gmail.com>2017-01-03 22:20:15 -0800
commit19159ec479c40e79425e15fb671a5bb551e1c81e (patch)
tree9a13da5614c0cb9d23018aec3c22a158c8cf74c4 /Makefile
parent9cb034d49efc3759217b0858f3f85f46f0c49d1d (diff)
downloadseaweedfs-19159ec479c40e79425e15fb671a5bb551e1c81e.tar.xz
seaweedfs-19159ec479c40e79425e15fb671a5bb551e1c81e.zip
adjust makefile and travis
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 947a9a75f..aabd7b448 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ tar = cd build && tar -cvzf $(1)_$(2).tar.gz $(appname)$(3) && rm $(appname)$(3)
zip = cd build && zip $(1)_$(2).zip $(appname)$(3) && rm $(appname)$(3)
-all: release
+all: build
.PHONY : clean deps build linux release windows_build darwin_build linux_build bsd_build clean