From 002c32c69134bd762d1f30a956f4808d1d77c56c Mon Sep 17 00:00:00 2001 From: Carneiro Date: Wed, 21 Aug 2024 16:20:35 -0300 Subject: [PATCH] Update makefile --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 36135b8..cdf8d09 100755 --- a/makefile +++ b/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}