summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 74a28a51ccaeece402d4ac09a0e52a6883e44a30 (plain)
1
2
3
4
5
6
7
8
9
AM_CXXFLAGS = -Wall

AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I config

SUBDIRS = src test doc contrib

.PHONY: test
test: check
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback