]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blobdiff - scrub/Makefile.in
Fix "make clean" so it removes all generated files in the scrub directory
[thirdparty/e2fsprogs.git] / scrub / Makefile.in
index 769c35bc9b706cc1319a34738b93eb0d0b332646..161ba41fb2916d974c09fd9d5e4290058b69baf3 100644 (file)
@@ -178,7 +178,7 @@ uninstall: $(UNINSTALL_TGT)
        done
 
 clean::
-       $(RM) -f $(PROGS)
+       $(RM) -f $(PROGS) $(MANPAGES) $(CONFFILES) $(UDEV_RULES) $(SERVICE_FILES) $(CRONTABS) $(LIBPROGS)
 
 mostlyclean: clean
 distclean: clean