fixing Makefile build issue with @echo

This commit is contained in:
csine-nflx 2020-08-26 01:47:17 -07:00
parent be21d357cb
commit 27c5539178
1 changed files with 2 additions and 3 deletions

View File

@ -49,13 +49,12 @@ reset-db:
cd lemur && lemur db upgrade
setup-git:
@echo "--> Installing git hooks"
if [ -d .git/hooks ]; then \
@echo "--> Installing git hooks"; \
git config branch.autosetuprebase always; \
cd .git/hooks && ln -sf ../../hooks/* ./; \
@echo ""; \
fi
@echo ""
clean:
@echo "--> Cleaning static cache"