Update makefile
This commit is contained in:
parent
d766cdbbc5
commit
002c32c691
2
makefile
2
makefile
|
@ -21,7 +21,7 @@ all:
|
|||
# Rodando como serviço do systemd em /etc/systemd/system/alice-build-watch.service
|
||||
# examplo: sg www-data -c 'make watch'
|
||||
watch:
|
||||
${JEKYLL_CMD} build {BUILD_FLAGS} ${DEST_DIR_FLAGS} ${SRC_DIR_FLAGS} -w
|
||||
${JEKYLL_CMD} build ${BUILD_FLAGS} ${DEST_DIR_FLAGS} -w
|
||||
|
||||
serve:
|
||||
${JEKYLL_CMD} serve ${SRC_DIR_FLAGS} ${SERVE_FLAGS}
|
||||
|
|
Loading…
Reference in New Issue