Merge pull request #450 from crosbymichael/makefile
Fix makefile install
This commit is contained in:
commit
7c975e37a9
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue