diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -13,6 +13,7 @@ install: @install -vm0755 \ "$(PROG)" \ "$(PROG)-journal" \ + "$(PROG)-edit" \ "$(DESTDIR)$(BINDIR)" @echo @echo "$(PROG) is installed succesfully" @@ -21,6 +22,7 @@ install: uninstall: @rm -vrf \ "$(DESTDIR)$(BINDIR)/$(PROG)" \ - "$(DESTDIR)$(BINDIR)/$(PROG)-journal" + "$(DESTDIR)$(BINDIR)/$(PROG)-journal" \ + "$(DESTDIR)$(BINDIR)/$(PROG)-edit" .PHONY: all install uninstall |