minifix to makefile
diff --git a/rust1.32/Makefile b/rust1.32/Makefile
index 7ee6d5f..64a81b8 100644
--- a/rust1.32/Makefile
+++ b/rust1.32/Makefile
@@ -7,8 +7,9 @@
 	docker build -t $(USER)/$(IMAGE) .
 
 devel: build
-	docker run -ti -p 8080:8080 --entrypoint=bash  \
+	docker run -ti -p 8080:8080 --entrypoint=bash \
 	-v $(PWD):/mnt -e OW_COMPILER=/mnt/compile \
+	$(USER)/$(IMAGE)
 
 push: build
 	docker login