diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index cc6c06f..a8fe16d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,3 +10,6 @@ doc: indent: indent -kr -ut -ts4 -l120 src/*.c src/*.h dev/*.c + +release: + git archive --format=tar --prefix=libiphone-${RELEASE}/ tags/${RELEASE} | bzip2 > libiphone-${RELEASE}.tar.bz2 |