diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 6c7988a1ccc..1b20e003028 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ SUBDIRS = argp-standalone libglusterfs $(LIBGLUSTERFSCLIENT_SUBDIR) xlators sche CLEANFILES = -tlaclean: distclean +gitclean: distclean find . -name Makefile.in -exec rm -f {} \; find . -name Makefile -exec rm -f {} \; find . -name mount.glusterfs -exec rm -f {} \; |