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: | |||
| 10 | 10 | ||
| 11 | indent: | 11 | indent: |
| 12 | indent -kr -ut -ts4 -l120 src/*.c src/*.h dev/*.c | 12 | indent -kr -ut -ts4 -l120 src/*.c src/*.h dev/*.c |
| 13 | |||
| 14 | release: | ||
| 15 | git archive --format=tar --prefix=libiphone-${RELEASE}/ tags/${RELEASE} | bzip2 > libiphone-${RELEASE}.tar.bz2 | ||
