diff options
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -188,7 +188,7 @@ dirs: | |||
| 188 | 188 | ||
| 189 | # Installs to the set path | 189 | # Installs to the set path |
| 190 | .PHONY: install | 190 | .PHONY: install |
| 191 | install: | 191 | install: release |
| 192 | @echo "Installing to $(DESTDIR)$(INSTALL_PREFIX)/bin" | 192 | @echo "Installing to $(DESTDIR)$(INSTALL_PREFIX)/bin" |
| 193 | @$(INSTALL_PROGRAM) $(BIN_PATH)/$(BIN_NAME) $(DESTDIR)$(INSTALL_PREFIX)/bin | 193 | @$(INSTALL_PROGRAM) $(BIN_PATH)/$(BIN_NAME) $(DESTDIR)$(INSTALL_PREFIX)/bin |
| 194 | 194 | ||
