diff --git a/Makefile.am b/Makefile.am index 0bb4544..d94fd21 100644 --- a/Makefile.am +++ b/Makefile.am @@ -102,7 +102,7 @@ git: check-remote @git push $(GIT_REMOTE) $(GIT_BRANCH) $(MAKE) sync-neurotron - $(MAKE) wiki + @$(MAKE) wiki # =========================== # Git Remote (HTTPS → SSH Auto-Fix) @@ -178,8 +178,8 @@ sync-neurotron: # =========================== wiki: @echo "📚 Sincronizando Wiki…" - @if [ ! -d "${WIKI_SRC}" ]; then \ - echo "⚠️ Nenhuma documentação encontrada em ${WIKI_SRC}"; \ + @if [ ! -d "$${WIKI_SRC}" ]; then \ + echo "⚠️ Nenhuma documentação encontrada em $${WIKI_SRC}"; \ exit 0; \ fi @if [ ! -d "$${WIKI_TMP}/.git" ]; then \