summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 149678bdebc7af2e1e54f08c0719604168d2177e (plain)
1
2
3
4
5
6
7
8
9
10
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src include

EXTRA_DIST = \
	README.md

indent:
	indent -kr -ut -ts4 -l120 src/*.c src/*.h