Echo install.sh output properly

This commit is contained in:
Michael Vines 2018-12-02 12:01:40 -08:00
parent 222b177745
commit 0896511b14
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
LOCAL_PATH := $(dir $(lastword $(MAKEFILE_LIST)))
$(shell $(LOCAL_PATH)/scripts/install.sh)
$(info $(shell $(LOCAL_PATH)/scripts/install.sh))
all:
.PHONY: help all clean