commit | bfae0ea709dd3e434e4a1b4b71293f524ecdbc45 | [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 | 53c46fbe76cc09930f929f84bcb59182bab63f71 [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}