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 <asarai@suse.de>
This commit is contained in:
Aleksa Sarai
2018-02-28 16:40:30 +11:00
parent 4bb1fe4ace
commit 8d7b5731e5
+1 -1
View File
@@ -1,4 +1,4 @@
.PHONY: all shell dbuild man \
.PHONY: all shell dbuild man release \
localtest localunittest localintegration \
test unittest integration