From e8d6e2df1eccc8223b720cc26c84c81badb7b659 Mon Sep 17 00:00:00 2001 From: q3aql Date: Sat, 10 Aug 2024 13:54:35 +0200 Subject: [PATCH] Makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 10cfad1..a9f5c69 100755 --- a/Makefile +++ b/Makefile @@ -7,6 +7,8 @@ PREFIX=/usr install: cp -rf dd-gz $(PREFIX)/bin/ chmod +x $(PREFIX)/bin/dd-gz + cp -rf dd-gz.1 $(PREFIX)/share/man/man1/ uninstall: rm -rf $(PREFIX)/bin/dd-gz + rm -rf $(PREFIX)/share/man/man1/dd-gz.1