aboutsummaryrefslogtreecommitdiffstats
path: root/pytagomacs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--pytagomacs/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/pytagomacs/Makefile b/pytagomacs/Makefile
new file mode 100644
index 0000000..139cef6
--- /dev/null
+++ b/pytagomacs/Makefile
@@ -0,0 +1,11 @@
+.POSIX:
+
+install:
+ mkdir -p -- ~/.config
+ test ! -d ~/.config/pytagomacsrc
+ ln -sf -- ~/.dotfiles/pytagomacs/pytagomacsrc ~/.config/pytagomacsrc
+
+uninstall:
+ -unlink -- ~/.config/pytagomacsrc
+
+.PHONY: install uninstall