From 9da14b927bd6e4265283957244fbe86472f9cc9c Mon Sep 17 00:00:00 2001 From: Nathan Wagner Date: Sat, 14 Apr 2018 19:34:39 -0500 Subject: [PATCH] add xz and zpm files to clean target --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.40.0