Commit Diff


commit - c53df816f5bb569c0fd97083911df10221031c72
commit + c519de43ea0daf60935a0a733b292a790b6caf3c
blob - 87203f3e5238fac043547b2631c1d7ceda2edfe9
blob + 165ea0b2fe539ffc51fc75f4a9effb05ab5ab3ec
--- CHANGES.md
+++ CHANGES.md
@@ -12,7 +12,7 @@
    - both vi and emacs friendly
  - print a message when an undefined key is used
  - manpage rewritten in mandoc
- - makefile is now in portable make
+ - makefile is now in portable make; add `install-local' target
 
 # Rover history
 
blob - 84616acc51ff62401eb0dddd1f65e084121171f2
blob + 1a1fff5722e2b7bd3493d545ad62a56df17dc38a
--- Makefile
+++ Makefile
@@ -31,6 +31,9 @@ install: fm
 	mkdir -p ${MANDIR}
 	${INSTALL_MAN} fm.1 ${MANDIR}/fm.1
 
+install-local: fm
+	${INSTALL_PROGRAM} fm ~/bin/
+
 uninstall:
 	rm -f ${BINDIR}/fm
 	rm -f ${MANDIR}/fm.1