From 1181acc15de33c7ccc30404054ef0bffede47554 Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Mon, 21 Mar 2022 10:21:54 +0100 Subject: Makefile and distribute dir for "git-less" servers --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..f61918c --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ +VERSION = 3.82 + +all: tarball + +tarball: + @mkdir -pv distribute/tar + @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/ + @tar -C distribute/tar -cvJf distrib.tar.xz . + @rm -vrf distribute/tar -- cgit v1.2.3