"Auto-commit via make git"

This commit is contained in:
neo.webmaster.2@gmail.com 2026-03-04 06:41:27 +01:00
parent c95de5d462
commit 570e3451f3

View File

@ -19,9 +19,10 @@ sudo apt install -y \
3. Execute `automake --add-missing` para criar os ficheiros **Makefile.in**.
4. Execute `./configure` para gerar os ficheiros **Makefile**.
5. Execute `make` para compilar e criar o executável.
6. Execute `src/neoricalex` para correr o executável.
6. Execute `src/neuro` para correr o executável.
## Alvos Extras
make git # commit + push automático
make tarball # gera dist/neoricalex-src.tar.gz
make release # publica release e cria tag automática