commit: 516e7b4867b21892573743ab519a89b479032d06
parent: 38372f03d7ddbf387af88741ab00a090da3c8ed1
author: Chris Noxz <chris@noxz.tech>
date: Mon, 30 Mar 2020 19:22:17 +0200
remove ztatusc from Makefile
1 file changed, 3 deletions(-)
diff --git a/Makefile b/Makefile
@@ -36,9 +36,7 @@ install: ztatus
@echo installing executables to ${PREFIX}/bin
@mkdir -p ${PREFIX}/bin
@cp -f ztatus ${PREFIX}/bin
- @cp -f ztatusc ${PREFIX}/bin
@chmod 755 ${PREFIX}/bin/ztatus
- @chmod 755 ${PREFIX}/bin/ztatusc
@echo installing manual page to ${MANPREFIX}/man1
@mkdir -p ${MANPREFIX}/man1
@cp -f ztatus.1 ${MANPREFIX}/man1
@@ -47,7 +45,6 @@ install: ztatus
uninstall:
@echo removing executable files from ${PREFIX}/bin
@rm -f ${PREFIX}/bin/ztatus
- @rm -f ${PREFIX}/bin/ztatusc
@echo removing manual page from ${MANPREFIX}/man1
@rm -f ${MANPREFIX}/man1/ztatus.1