11 lines
214 B
Makefile
11 lines
214 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
# by Michal Trojnara 2017
|
|
|
|
EXTRA_DIST = make_test test_library recipes certs execute
|
|
|
|
check-local:
|
|
$(srcdir)/make_test
|
|
|
|
distclean-local:
|
|
rm -f logs/*.log
|