From 8d7b5731e50cdc5281bc35b5d2d7f9e3a44c8cc7 Mon Sep 17 00:00:00 2001 From: Aleksa Sarai Date: Wed, 28 Feb 2018 16:40:30 +1100 Subject: [PATCH] makefile: make "release" PHONY This just makes it nicer to do "make release" if you have to do builds for more than one release. Signed-off-by: Aleksa Sarai --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c6de11d5c42..6dafd8a7e1b 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: all shell dbuild man \ +.PHONY: all shell dbuild man release \ localtest localunittest localintegration \ test unittest integration