mirror of
https://github.com/libimobiledevice/ifuse.git
synced 2026-05-17 20:30:35 +00:00
14 lines
280 B
Makefile
14 lines
280 B
Makefile
AUTOMAKE_OPTIONS = foreign
|
|
SUBDIRS = docs src
|
|
|
|
EXTRA_DIST = \
|
|
README.md
|
|
|
|
DISTCHECK_CONFIGURE_FLAGS = --disable-root-sbin
|
|
|
|
indent:
|
|
indent -kr -ut -ts4 -l120 src/*.c
|
|
|
|
release:
|
|
git archive --format=tar --prefix=ifuse-${RELEASE}/ tags/${RELEASE} | bzip2 > ifuse-${RELEASE}.tar.bz2
|