Scope-eye.net Git Repository
/
liskon_frotz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de213a3
)
Fix typo in targets for uninstalling curses frotz.
author
David Griffith
<dave@661.org>
Tue, 31 Jul 2018 06:21:44 +0000
(23:21 -0700)
committer
David Griffith
<dave@661.org>
Tue, 31 Jul 2018 08:45:30 +0000
(
01:45
-0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 7c11337b7b75ef11d84fd1425eb90b2836b5151c..cfb4b3eb7f9e888c9410255e3efe1dad7563199e 100644
(file)
--- 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: un
install_frotz
uninstall_frotz:
rm -f "$(DESTDIR)$(PREFIX)/bin/frotz"
rm -f "$(DESTDIR)$(MANDIR)/man6/frotz.6"