fsmlite/Makefile.am
2015-09-26 17:16:46 +02:00

13 lines
219 B
Makefile

# Process this file with automake to produce Makefile.in
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src tests docs
EXTRA_DIST = LICENSE README.md
# Travis CI uses `make test` by default
test: check
man:
$(MAKE) -C docs man