add cleanup target
diff --git a/xos/tools/imagebuilder/Makefile b/xos/tools/imagebuilder/Makefile
index f9258d3..837e59a 100644
--- a/xos/tools/imagebuilder/Makefile
+++ b/xos/tools/imagebuilder/Makefile
@@ -1,2 +1,5 @@
 vsg_image:
 	ansible-playbook -i inventory -c local vsg_image.yaml
+
+cleanup:
+	rm -f /image/vsg.qcow2
diff --git a/xos/tools/imagebuilder/resolv.conf b/xos/tools/imagebuilder/files/resolv.conf
similarity index 100%
rename from xos/tools/imagebuilder/resolv.conf
rename to xos/tools/imagebuilder/files/resolv.conf