X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=b8e5719583fab8d5d98eb01a2f97f8c41ddee1a6;hb=9a41b3b3db0017e36719c6776ae3b2b490872be9;hp=2e9b74c3c4c25d0132abc23b8e7988745841ec03;hpb=00746182f3a1fc943e8f8d82ab073b567d1873c9;p=chaz%2Ftar diff --git a/Makefile.am b/Makefile.am index 2e9b74c..b8e5719 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,3 +26,6 @@ dist-hook: -rm -f $(distdir).cpio find $(distdir) | cpio -Hcrc -o | \ GZIP=$(GZIP_ENV) gzip -c > $(distdir).cpio.gz + +distclean-local: + -rm -f $(distdir).cpio.gz