Makefile: change default rule
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
0aae5c5a22
commit
e121df9d77
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -5,7 +5,7 @@
|
|||
|
||||
WEBROOT ?= "/var/www/bouah.net"
|
||||
|
||||
all: public
|
||||
all: deploy
|
||||
|
||||
deploy: clean update drafts public
|
||||
mv drafts public/_drafts
|
||||
|
|
Loading…
Reference in a new issue