diff options
| author | Chris Lu <chris.lu@gmail.com> | 2017-01-03 22:20:15 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2017-01-03 22:20:15 -0800 |
| commit | 19159ec479c40e79425e15fb671a5bb551e1c81e (patch) | |
| tree | 9a13da5614c0cb9d23018aec3c22a158c8cf74c4 /Makefile | |
| parent | 9cb034d49efc3759217b0858f3f85f46f0c49d1d (diff) | |
| download | seaweedfs-19159ec479c40e79425e15fb671a5bb551e1c81e.tar.xz seaweedfs-19159ec479c40e79425e15fb671a5bb551e1c81e.zip | |
adjust makefile and travis
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
