Makefile: split public rule
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
08190070ba
commit
7aa3d7518f
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -3,7 +3,9 @@
|
|||
# Maxime “pep” Buquet, 2018-02-21 00:12
|
||||
#
|
||||
|
||||
all:
|
||||
all: public
|
||||
|
||||
public:
|
||||
rm -rf public/*
|
||||
hugo --debug --destination public
|
||||
systemctl --user start blog-goaccess.service
|
||||
|
|
Loading…
Reference in a new issue