Remove check for binaries
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
5fb38ce49c
commit
61e7fbde4c
1 changed files with 0 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -112,8 +112,6 @@ clean: ## clean up binaries
|
||||||
@rm -f $(BINARIES)
|
@rm -f $(BINARIES)
|
||||||
|
|
||||||
install: ## install binaries
|
install: ## install binaries
|
||||||
@ls $(BINARIES) > /dev/null 2>&1 || \
|
|
||||||
(echo "👹 Please run \`make\` before running \`make install\`." && false)
|
|
||||||
@echo "🐳 $@ $(BINARIES)"
|
@echo "🐳 $@ $(BINARIES)"
|
||||||
@mkdir -p $(DESTDIR)/bin
|
@mkdir -p $(DESTDIR)/bin
|
||||||
@install $(BINARIES) $(DESTDIR)/bin
|
@install $(BINARIES) $(DESTDIR)/bin
|
||||||
|
|
Loading…
Reference in a new issue