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

doc:
	doxygen doxygen.cfg

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