mirror of
https://github.com/valitydev/yamerl.git
synced 2024-11-06 10:55:16 +00:00
16 lines
362 B
Makefile
16 lines
362 B
Makefile
ACLOCAL_FLAGS = -I m4
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
SUBDIRS = include src ebin testsuite
|
|
|
|
EXTRA_DIST = README.md \
|
|
AUTHORS \
|
|
COPYING \
|
|
debian/changelog \
|
|
debian/compat \
|
|
debian/control \
|
|
debian/copyright \
|
|
debian/rules \
|
|
debian/source/format \
|
|
debian/source/options
|