Add phony exception for drafts

This commit is contained in:
Maxime Buquet 2018-08-29 08:12:35 +09:00
parent 3207cd3b1e
commit 86a6988f43

View file

@ -15,5 +15,6 @@ drafts:
serve: serve:
hugo serve --debug --buildDrafts --buildFuture hugo serve --debug --buildDrafts --buildFuture
.PHONY: drafts
# vim:ft=make # vim:ft=make
# #