Skip to content

Commit

Permalink
Fix PHONY name in Makefile
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
  • Loading branch information
Kubuxu committed Dec 2, 2016
1 parent 36708cc commit 56e5017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

##############################################################
Expand Down

0 comments on commit 56e5017

Please sign in to comment.