mirror of
https://github.com/etlegacy/etlegacy-libs.git
synced 2024-11-13 07:57:45 +00:00
10 lines
180 B
Makefile
10 lines
180 B
Makefile
SUBDIRS = bin suites
|
|
EXTRA_DIST = scripts run-suites
|
|
|
|
TESTS = run-suites
|
|
TESTS_ENVIRONMENT = \
|
|
top_srcdir=$(top_srcdir) \
|
|
top_builddir=$(top_builddir)
|
|
|
|
clean-local:
|
|
rm -rf logs
|