diff --git a/Makefile b/Makefile index 6719a7bdd..4d09803fc 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ -BINARY = weed +BINARY = weed/weed GO_FLAGS = #-v -SOURCE_DIR = ./go/weed/ +SOURCE_DIR = ./weed/ all: build