From 56e50178cc543a9d566e348a862aac910a70da22 Mon Sep 17 00:00:00 2001 From: Jakub Sztandera Date: Fri, 2 Dec 2016 22:43:50 +0100 Subject: [PATCH] Fix PHONY name in Makefile License: MIT Signed-off-by: Jakub Sztandera --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 85ea5a452..a10bd6a4c 100644 --- a/Makefile +++ b/Makefile @@ -81,7 +81,7 @@ clean: uninstall: $(MAKE) -C cmd/ipfs uninstall -PHONY += all help godep gx_check dl_coveralls +PHONY += all help godep gx_check covertools PHONY += go_check deps vendor install build nofuse clean uninstall ##############################################################