From a0d9be7a2f11421a6817cb10365e7fd04417d11e Mon Sep 17 00:00:00 2001 From: Ohio2 Date: Fri, 2 Jul 2021 04:06:51 +0300 Subject: [PATCH] =?UTF-8?q?Usu=C5=84=20'zsh/Makefile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zsh/Makefile | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 zsh/Makefile diff --git a/zsh/Makefile b/zsh/Makefile deleted file mode 100644 index 56c4dea..0000000 --- a/zsh/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -prepare: - git clone https://github.com/zsh-users/zsh.git - cd zsh -zsh: - make -install: - make install DESTDIR="${PREFIX}" -uninstall: - make uninstall