]> git.sesse.net Git - bcachefs-tools-debian/commit
bcachefs-tools: add tarball make target
authorEric Sandeen <sandeen@sandeen.net>
Tue, 15 Nov 2022 19:51:39 +0000 (13:51 -0600)
committerKent Overstreet <kent.overstreet@linux.dev>
Tue, 15 Nov 2022 19:54:13 +0000 (14:54 -0500)
commitd9905d97d094027e07bf38f7cc5d6cabff24b528
tree78472b6a54ce3650848832916942d642fdce87da
parentcde2d0e2fcc5f2a2691975b6ec6b657cd8322c6a
bcachefs-tools: add tarball make target

This makes it easy to generate a tarball, which should eventually
facilitate packaging:  "make tarball"

Note that it's currently using the $(VERSION) from git describe
which may not be ideal once point releases are happening, but that
holds true for everywhere $(VERSION) is used.

All tar.xz files are removed via "make clean"

Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
Makefile