Remove check for binaries

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby 2017-01-19 11:09:27 -08:00
parent 5fb38ce49c
commit 61e7fbde4c
1 changed files with 0 additions and 2 deletions

View File

@ -112,8 +112,6 @@ clean: ## clean up binaries
@rm -f $(BINARIES)
install: ## install binaries
@ls $(BINARIES) > /dev/null 2>&1 || \
(echo "👹 Please run \`make\` before running \`make install\`." && false)
@echo "🐳 $@ $(BINARIES)"
@mkdir -p $(DESTDIR)/bin
@install $(BINARIES) $(DESTDIR)/bin