Rename 'update-iso.ml' as more happenin' 'iso-attach'.
[virt-p2v.git] / Makefile
index f2df2a6..bd944e2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -103,8 +103,8 @@ boot:
 # Update an existing ISO.
 
 update: checkroot checkscript
-       -./update-iso.ml delete $(ISO)
-       ./update-iso.ml add $(ISO) virt-p2v.ml
+       -./iso-attach delete $(ISO)
+       ./iso-attach add $(ISO) virt-p2v.ml
 
 # Check that we are root.