From bb47db52c0e45c87135b4cc37c6ef53927dda1be Mon Sep 17 00:00:00 2001 From: David Griffith Date: Mon, 30 Jul 2018 23:21:44 -0700 Subject: [PATCH] Fix typo in targets for uninstalling curses frotz. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7c11337..cfb4b3e 100644 --- a/Makefile +++ b/Makefile @@ -265,7 +265,7 @@ install_frotz: $(FROTZ_BIN) install "frotz$(EXTENSION)" "$(DESTDIR)$(PREFIX)/bin/" install -m 644 doc/frotz.6 "$(DESTDIR)$(MANDIR)/man6/" -install: install_frotz +uninstall: uninstall_frotz uninstall_frotz: rm -f "$(DESTDIR)$(PREFIX)/bin/frotz" rm -f "$(DESTDIR)$(MANDIR)/man6/frotz.6" -- 2.34.1