From d4ad7a03e9e43b609493f0d034cdab949a3104aa Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tom=C3=A1=C5=A1=20Golembiovsk=C3=BD?= Date: Tue, 5 Dec 2017 14:57:54 +0100 Subject: [PATCH] Makefile: mark phony targets MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Tomáš Golembiovský --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index b6d9b21..534d058 100644 --- a/Makefile +++ b/Makefile @@ -65,3 +65,5 @@ clean: rm -f *.src.rpm rm -rf x86_64 rm -rf BUILDROOT + +.PHONY: all check-source check-tools check-vddk clean -- 1.8.3.1