aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/GNUmakefile
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-10-09 00:02:50 +0200
committerGravatar Tom Willemse2016-10-09 00:02:50 +0200
commit811e0207d0e471893a4861debb5c4fa3e0a1121d (patch)
treef1a80ce25766c2d77ec290d377ac249979d587b4 /zsh/GNUmakefile
parentb96e761e95176d8f9774d701bbdc3240ebd5a15a (diff)
downloadnew-dotfiles-811e0207d0e471893a4861debb5c4fa3e0a1121d.tar.gz
new-dotfiles-811e0207d0e471893a4861debb5c4fa3e0a1121d.zip
Move ZSH config to org-mode
Diffstat (limited to 'zsh/GNUmakefile')
-rw-r--r--zsh/GNUmakefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/zsh/GNUmakefile b/zsh/GNUmakefile
new file mode 100644
index 0000000..1b688ee
--- /dev/null
+++ b/zsh/GNUmakefile
@@ -0,0 +1,6 @@
+include ../dotfiles.mk
+
+all: .profile
+
+.%: %.org
+ $(call tangle,sh)