From 47827b2fe90addec7bf22ebedf1f05f23a134012 Mon Sep 17 00:00:00 2001 From: Duncan McGreggor Date: Thu, 21 May 2015 18:23:23 -0500 Subject: [PATCH] Updated travis make target. --- resources/make/common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/make/common.mk b/resources/make/common.mk index cbd99d3..9a67212 100644 --- a/resources/make/common.mk +++ b/resources/make/common.mk @@ -110,7 +110,7 @@ check-all: get-deps clean-eunit compile-no-deps check: check-unit-with-deps -check-travis: $(LFETOOL) check +check-travis: $(BIN_DIR)/lfetool check push-all: @echo "Pusing code to github ..."