12 lines
158 B
Makefile
12 lines
158 B
Makefile
|
#
|
||
|
# Makefile
|
||
|
# Maxime "Pepe_" Buquet, 2018-02-21 00:12
|
||
|
#
|
||
|
|
||
|
all:
|
||
|
rm -rf public
|
||
|
hugo --baseURL "https://test.bouah.net" --buildDrafts --debug
|
||
|
|
||
|
# vim:ft=make
|
||
|
#
|