diff options
author | mail_redacted_for_web | 2022-03-21 12:15:25 +0100 |
---|---|---|
committer | mail_redacted_for_web | 2022-03-21 12:15:25 +0100 |
commit | 18d13b86630efe4cf4bd76427b8d93eeeacddb9e (patch) | |
tree | 2cf1e81b092dc9544e436742e1dd09c604d3b207 /Makefile | |
parent | 91d09b353a5e9a8a304d2df12ed4ae08bd270884 (diff) | |
download | dotfiles-18d13b86630efe4cf4bd76427b8d93eeeacddb9e.tar.bz2 |
+.vimrc [2] (rsync was missing)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ all: complete complete: checkenv tempdirs tarball removedirs distrib removetar tarball: - rsync -avu bin .bash .bash_profile .bashrc .flake8 .gitconfig .perlcriticrc .profile .pylintrc .tmux.conf .tmux.conf.local tmux-gpakosz tmux-yank --exclude=.git --exclude=.gitattributes --exclude=.github --exclude=.gitignore --exclude='LICENSE*' --exclude='README*' distribute/tar/ + rsync -avu bin .bash .bash_profile .bashrc .flake8 .gitconfig .perlcriticrc .profile .pylintrc .tmux.conf .tmux.conf.local tmux-gpakosz tmux-yank .vimrc --exclude=.git --exclude=.gitattributes --exclude=.github --exclude=.gitignore --exclude='LICENSE*' --exclude='README*' distribute/tar/ tar -C distribute/tar -cvJf dotfiles.tar.xz . rm -rf distribute/tar |