From: Nathan Wagner Date: Sun, 15 Apr 2018 00:34:39 +0000 (-0500) Subject: add xz and zpm files to clean target X-Git-Tag: v0.1.6~105 X-Git-Url: https://pd.if.org/git/?p=zpackage;a=commitdiff_plain;h=9da14b927bd6e4265283957244fbe86472f9cc9c add xz and zpm files to clean target --- diff --git a/Makefile b/Makefile index 5420710..d517fb2 100644 --- a/Makefile +++ b/Makefile @@ -134,4 +134,5 @@ install: elftype clean: rm -f *.o sqlite/*.o lib/*.o $(LZMAOBJ) liblzma.a \ - libelf.a libzpm.a zpm-addfile soname + libelf.a libzpm.a zpm-addfile soname \ + *.xz *.zpm