diff options
| author | 2016-10-09 00:02:50 +0200 | |
|---|---|---|
| committer | 2016-10-09 00:02:50 +0200 | |
| commit | 811e0207d0e471893a4861debb5c4fa3e0a1121d (patch) | |
| tree | f1a80ce25766c2d77ec290d377ac249979d587b4 /zsh/GNUmakefile | |
| parent | b96e761e95176d8f9774d701bbdc3240ebd5a15a (diff) | |
| download | new-dotfiles-811e0207d0e471893a4861debb5c4fa3e0a1121d.tar.gz new-dotfiles-811e0207d0e471893a4861debb5c4fa3e0a1121d.zip | |
Move ZSH config to org-mode
Diffstat (limited to 'zsh/GNUmakefile')
| -rw-r--r-- | zsh/GNUmakefile | 6 |
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) |
