diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a6161ac..aabfa91 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,3 +3,7 @@ SUBDIRS = src fdi indent: indent -kr -ut -ts4 -l120 src/*.c + +release: + git archive --format=tar --prefix=ifuse-${RELEASE}/ tags/${RELEASE} | bzip2 > ifuse-${RELEASE}.tar.bz2 + |