From: Tomáš Golembiovský Date: Tue, 5 Dec 2017 13:57:54 +0000 (+0100) Subject: Makefile: mark phony targets X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=d4ad7a03e9e43b609493f0d034cdab949a3104aa;p=nbdkit-plugin-vddk.git Makefile: mark phony targets Signed-off-by: Tomáš Golembiovský --- 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