commit | 25f37c1833668628525b4c7b7f5dac6a62c152cd | [log] [tgz] |
---|---|---|
author | Tony Mack <tony.mack@gmail.com> | Sat Oct 31 18:12:38 2015 +0000 |
committer | Tony Mack <tony.mack@gmail.com> | Sat Oct 31 18:12:38 2015 +0000 |
tree | fa5961c9ba5d0e4128af2b6345f6a64130942220 | |
parent | 325b3fc5ac6fd93e295a65597a6b29338ad4726a [diff] |
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}