Merge pull request #450 from crosbymichael/makefile

Fix makefile install
This commit is contained in:
Michael Crosby 2017-01-19 11:17:55 -08:00 committed by GitHub
commit 7c975e37a9

View file

@ -111,8 +111,8 @@ clean: ## clean up binaries
@echo "🐳 $@"
@rm -f $(BINARIES)
install: $(BINARIES) ## install binaries
@echo "🐳 $@"
install: ## install binaries
@echo "🐳 $@ $(BINARIES)"
@mkdir -p $(DESTDIR)/bin
@install $(BINARIES) $(DESTDIR)/bin