Remove rm drafts for serve rule
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
026a9f7e8e
commit
769375f883
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -13,7 +13,6 @@ drafts:
|
||||||
--buildDrafts --buildFuture --destination drafts
|
--buildDrafts --buildFuture --destination drafts
|
||||||
|
|
||||||
serve:
|
serve:
|
||||||
rm -rf drafts
|
|
||||||
hugo serve --debug --buildDrafts --buildFuture
|
hugo serve --debug --buildDrafts --buildFuture
|
||||||
|
|
||||||
# vim:ft=make
|
# vim:ft=make
|
||||||
|
|
Loading…
Reference in a new issue