mirror of
https://github.com/tkem/fsmlite.git
synced 2025-05-08 15:56:24 +08:00
13 lines
219 B
Makefile
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
|