diff --git a/resources/make/common.mk b/resources/make/common.mk index 9a67212..e609701 100644 --- a/resources/make/common.mk +++ b/resources/make/common.mk @@ -28,6 +28,9 @@ endif $(BIN_DIR): mkdir -p $(BIN_DIR) +$(BIN_DIR)/lfetool: $(BIN_DIR) + @make get-lfetool + get-lfetool: $(BIN_DIR) curl -L -o ./lfetool https://raw.github.com/lfe/lfetool/dev-v1/lfetool && \ chmod 755 ./lfetool && \