From a8415ca5de95f4b1042ea3400e528c8eb2dbfd84 Mon Sep 17 00:00:00 2001 From: mtakahashi-ivi Date: Mon, 11 May 2015 13:38:14 +0900 Subject: [PATCH] Update Makefile Fix typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 438cfe5..b47850b 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ bash: stop: docker stop $(CID) - -make dclean + -make clean clean: # Cleanup cidfile on disk