aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index da08620..fa22a3b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -764,11 +764,12 @@ install-exec-local:
clean-local:
rm -f naskpass naskshell naskpass_check
+ $(MAKE) -C ./tests clean
distclean-local: clean-local
- rm -f aclocal.m4 config.log config.status configure
- rm -f Makefile.in src/Makefile.in src/aconfig.h.in~ src/*.d src/version.h
- rm -rf build autom4te.cache
+ rm -f config.log config.status
+ rm -f src/aconfig.h.in~ src/*.d src/version.h
+ rm -rf autom4te.cache
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.