@cryptotaxi247 / kubo / commits / 56e50178c

Fix PHONY name in Makefile

License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>

Jakub Sztandera committed Dec 2, 2016 at 22:43 UTC 56e50178cc543a9d566e348a862aac910a70da22
1 file changed +1 -1
Makefile
+1 -1
@@ -81,7 +81,7 @@ clean:
81 uninstall:
82 $(MAKE) -C cmd/ipfs uninstall
83
84 -PHONY += all help godep gx_check dl_coveralls
84 +PHONY += all help godep gx_check covertools
85 PHONY += go_check deps vendor install build nofuse clean uninstall
86
87 ##############################################################