Makefile: update .PHONY

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2022-04-14 00:44:01 +02:00
parent 90c2bd1130
commit dc549ea34a
Signed by: pep
GPG Key ID: DEDA74AEECA9D0F2
1 changed files with 1 additions and 1 deletions

View File

@ -38,6 +38,6 @@ serve:
clean:
rm -rf public drafts
.PHONY: branches drafts
.PHONY: deploy update public branches drafts serve clean
# vim:ft=make
#