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
No known key found for this signature in database
GPG Key ID: 9E18AA267DDB8DB4
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
.PHONY: all shell dbuild man \
.PHONY: all shell dbuild man release \
localtest localunittest localintegration \
test unittest integration