From 36575d9451ccf60af27320cf29f1fa996c16fbf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Wed, 27 Feb 2019 13:58:55 +0100 Subject: [PATCH] Makefile: make "test-libp2p-daemon" a phony target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 622a91ec2..b6fd8baaa 100644 --- a/Makefile +++ b/Makefile @@ -81,7 +81,7 @@ else MD5SUM := md5sum endif -.PHONY: all premix persist debug dumper hunter regress deps github-ssh build-nim update status ntags ctags nimbus test clean mrproper fetch-dlls beacon_node validator_keygen clean_eth2_network_simulation_files eth2_network_simulation +.PHONY: all premix persist debug dumper hunter regress deps github-ssh build-nim update status ntags ctags nimbus test clean mrproper fetch-dlls beacon_node validator_keygen clean_eth2_network_simulation_files eth2_network_simulation test-libp2p-daemon # default target, because it's the first one that doesn't start with '.' all: premix persist debug dumper hunter regress nimbus