[CRIU] [PATCH 18/23] scripts/travis/Makefile: mark phony target as such

Kir Kolyshkin kir at openvz.org
Tue Oct 11 18:46:56 PDT 2016


Signed-off-by: Kir Kolyshkin <kir at openvz.org>
---
 scripts/travis/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scripts/travis/Makefile b/scripts/travis/Makefile
index 9b7361b..ab063c8 100644
--- a/scripts/travis/Makefile
+++ b/scripts/travis/Makefile
@@ -1,4 +1,6 @@
 local:
 	./travis-tests
+.PHONY: local
+
 %:
 	$(MAKE) -C ../build $@
-- 
2.7.4



More information about the CRIU mailing list