aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2017-01-11 14:17:16 -0700
committerCody Hiar <codyfh@gmail.com>2017-01-11 14:17:16 -0700
commit0fe15920e049f2f01b27cc4de2aaf083c56dd13b (patch)
treee1fabb5d3e25bd08606274a8b7014064f2e9e3e9 /Makefile
parentb91052688ab02609f364b75a98a7f0c6788faf5e (diff)
Updating makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b409a2d..12d8383 100644
--- a/Makefile
+++ b/Makefile
@@ -21,5 +21,5 @@ down: ## Stop the container
enter: ## Enter the running container
docker exec -it $(CONTAINERNAME) /bin/bash
-clean: ## Remove the image and any stopped containers
+clean: down ## Remove the image and any stopped containers
docker rm $(CONTAINERNAME) || echo 'No container to remove'