aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 333f25bd5911df76cac86064c3c229d78bba3cdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
install:
	-ln -sf "$(PWD)/zsh/.zshenv" "$(HOME)/.zshenv"
	-ln -sfn "$(PWD)/ssh" "$(HOME)/.ssh"
	-ln -sfn "$(PWD)/gnupg" "$(HOME)/.gnupg"

~/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