summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: aabfa917572cb3565752ab129314a6fa1061ced7 (plain)
1
2
3
4
5
6
7
8
9
AUTOMAKE_OPTIONS = foreign
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