Added another target for Jenkins' use.

This commit is contained in:
Duncan McGreggor 2015-05-21 18:27:34 -05:00
parent 47827b2fe9
commit 1a37e663e5

View file

@ -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 && \