rename rmcontainer to rm
diff --git a/containers/xos/Makefile b/containers/xos/Makefile
index 9e0eae9..6d79067 100644
--- a/containers/xos/Makefile
+++ b/containers/xos/Makefile
@@ -13,5 +13,5 @@
 .PHONY: stop
 stop: ; docker stop ${CONTAINER_NAME}
 
-.PHONY: rmcontainer
-rmcontainer: ; docker rm ${CONTAINER_NAME}
+.PHONY: rm
+rm: ; docker rm ${CONTAINER_NAME}