From a07df1979ede714d7ffa57a5c026a9bb93a039d0 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Fri, 7 Oct 2016 09:43:50 +0200 Subject: Add grawity/code support back MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6516ed0..e34f38a 100644 --- a/Makefile +++ b/Makefile @@ -2,3 +2,8 @@ install: -ln -sf "$(PWD)/zsh/.zshenv" "$(HOME)/.zshenv" -ln -sfn "$(PWD)/ssh" "$(HOME)/.ssh" -ln -sfn "$(PWD)/gnupg" "$(HOME)/.gnupg" + +grawity-code: + -mkdir -p "$(HOME)"/misc/grawity + -git clone https://github.com/grawity/code "$(HOME)"/misc/grawity/code + -make -C code/ pklist -- cgit v1.2.3-54-g00ecf