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:
1b3a921
)
Added install_all and uninstall_all make targets.
author
David Griffith
<dave@661.org>
Sun, 26 Aug 2018 19:25:48 +0000
(12:25 -0700)
committer
David Griffith
<dave@661.org>
Sun, 26 Aug 2018 19:25:48 +0000
(12:25 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index f2a688601ef1b556b84a776e547b02f5c7581406..f6e83b437fad823a9ce5492fb48cee7c788e2400 100644
(file)
--- 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: