mirror of
https://github.com/correl/calrissian.git
synced 2024-11-23 11:09:58 +00:00
Merge branch 'update-deps' into formatting
This commit is contained in:
commit
8fccd61f83
1 changed files with 4 additions and 1 deletions
|
@ -28,6 +28,9 @@ endif
|
||||||
$(BIN_DIR):
|
$(BIN_DIR):
|
||||||
mkdir -p $(BIN_DIR)
|
mkdir -p $(BIN_DIR)
|
||||||
|
|
||||||
|
$(BIN_DIR)/lfetool: $(BIN_DIR)
|
||||||
|
@make get-lfetool
|
||||||
|
|
||||||
get-lfetool: $(BIN_DIR)
|
get-lfetool: $(BIN_DIR)
|
||||||
curl -L -o ./lfetool https://raw.github.com/lfe/lfetool/dev-v1/lfetool && \
|
curl -L -o ./lfetool https://raw.github.com/lfe/lfetool/dev-v1/lfetool && \
|
||||||
chmod 755 ./lfetool && \
|
chmod 755 ./lfetool && \
|
||||||
|
@ -110,7 +113,7 @@ check-all: get-deps clean-eunit compile-no-deps
|
||||||
|
|
||||||
check: check-unit-with-deps
|
check: check-unit-with-deps
|
||||||
|
|
||||||
check-travis: $(LFETOOL) check
|
check-travis: $(BIN_DIR)/lfetool check
|
||||||
|
|
||||||
push-all:
|
push-all:
|
||||||
@echo "Pusing code to github ..."
|
@echo "Pusing code to github ..."
|
||||||
|
|
Loading…
Reference in a new issue