diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-11-01 08:13:41 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-11-01 08:13:41 +0100 |
commit | 320c1c49c3d698c55d037c07e138b244834feab6 (patch) | |
tree | c79dbf246d2d1454b6fc79526eca99f069f7e856 /Makefile | |
parent | 0c37b1675a929988c0f37f5a6d6ed1b6d651830b (diff) | |
download | vyos-build-320c1c49c3d698c55d037c07e138b244834feab6.tar.gz vyos-build-320c1c49c3d698c55d037c07e138b244834feab6.zip |
Makefile: purge should clean QEMU test image, too
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -271,4 +271,4 @@ clean: .PHONY: purge purge: - rm -rf build packer_build packer_cache + rm -rf build packer_build packer_cache testinstall-*.img |