From 5efb4ccac0525a032080ce2802bdef3877612fa1 Mon Sep 17 00:00:00 2001 From: David Griffith Date: Sun, 26 Aug 2018 12:25:48 -0700 Subject: [PATCH] Added install_all and uninstall_all make targets. --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index f2a6886..f6e83b4 100644 --- a/Makefile +++ b/Makefile @@ -288,6 +288,11 @@ uninstall_sfrotz: rm -f "$(DESTDIR)$(PREFIX)/bin/dfrotz" rm -f "$(DESTDIR)$(MANDIR)/man6/dfrotz.6" +install_all: install_frotz install_dfrotz install_sfrotz + +uninstall_all: uninstall_frotz uninstall_dfrotz uninstall_sfrotz + + dist: frotz-$(GIT_TAG).tar frotz-$(GIT_TAG).tar: -- 2.34.1