From 76e1dd41e40a8a65803f433676a071adaeb0b483 Mon Sep 17 00:00:00 2001 From: Anton Kaliaev Date: Wed, 14 Mar 2018 21:42:35 +0400 Subject: [PATCH] fix Makefile's .PHONY --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 5fdc6a803..851151eeb 100644 --- a/Makefile +++ b/Makefile @@ -186,6 +186,4 @@ metalinter_all: # To avoid unintended conflicts with file names, always add to .PHONY # unless there is a reason not to. # https://www.gnu.org/software/make/manual/html_node/Phony-Targets.html -.PHONY: check build build_race dist install check_tools get_tools update_tools - get_vendor_deps draw_deps test_cover test_apps test_persistence test_p2p test - test_race test_libs test_integrations test_release test100 vagrant_test fmt +.PHONY: check build build_race dist install check_tools get_tools update_tools get_vendor_deps draw_deps test_cover test_apps test_persistence test_p2p test test_race test_libs test_integrations test_release test100 vagrant_test fmt