diff options
Diffstat (limited to 'support/Makefile.am')
-rw-r--r-- | support/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/support/Makefile.am b/support/Makefile.am index 0e198766..bc620f54 100644 --- a/support/Makefile.am +++ b/support/Makefile.am @@ -59,3 +59,6 @@ libsupport_a_SOURCES = \ RM = rm -f DEFS = -DGAWK -DHAVE_CONFIG_H -I"$(srcdir)/.." + +distclean-local: + rm -fr .deps |