diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2016-10-07 09:50:13 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-06-01 18:37:35 +0200 |
commit | 61c0683ebc4e5ae1f17daf078199ddcc315b4064 (patch) | |
tree | e25107f281300eafe96f754eea8b219a7ca14698 /Makefile | |
parent | a07df1979ede714d7ffa57a5c026a9bb93a039d0 (diff) | |
download | dotfiles-61c0683ebc4e5ae1f17daf078199ddcc315b4064.tar.xz |
Makefile: Redo grawity/code support
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -3,7 +3,12 @@ install: -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 +~/misc/grawity/: + -mkdir -p ~/misc/grawity + +~/misc/grawity/code: ~/misc/grawity/ + -git clone https://github.com/grawity/code ~/misc/grawity/code + +grawity-code: ~/misc/grawity/code + -cd ~/misc/grawity/code; git pull + -make -C ~/misc/grawity/code pklist |