From 320c1c49c3d698c55d037c07e138b244834feab6 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 1 Nov 2020 08:13:41 +0100 Subject: Makefile: purge should clean QEMU test image, too --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f0c870d3..77778be0 100644 --- a/Makefile +++ b/Makefile @@ -271,4 +271,4 @@ clean: .PHONY: purge purge: - rm -rf build packer_build packer_cache + rm -rf build packer_build packer_cache testinstall-*.img -- cgit v1.2.3