- distribute HTML documentation in master branch - use MD files in project directories for GitHub - removed some unused autotools files
8 lines
171 B
Makefile
8 lines
171 B
Makefile
ACLOCAL_AMFLAGS = -I m4
|
|
SUBDIRS = src doc npa-example-data MacOSX
|
|
|
|
EXTRA_DIST = test_vicc_with_npa-tool.sh test_vicc_with_handler_test.sh docs
|
|
|
|
osx:
|
|
$(MAKE) -C MacOSX $@
|