summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 2ab766132b2097f70b4b7ec2c1be1168c0794265 (plain)
1
2
3
4
5
6
7
8
AUTOMAKE_OPTIONS = foreign
SUBDIRS = src include

doc:
	doxygen doxygen.cfg

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