From c92e789ff4de814e305061cc1d09f08eb45fb2d8 Mon Sep 17 00:00:00 2001 From: Victor Lowther Date: Wed, 20 May 2009 19:55:08 -0700 Subject: [PATCH] Remove generated test initramfs'es when cleaning up --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a4dfd9246..bd57c96e4 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,7 @@ clean: rm -f *~ rm -f modules.d/99base/switch_root rm -f test-*.img + rm -f test/initramfs.* archive: dracut-$(VERSION)-$(GITVERSION).tar.bz2 -- 2.47.3