Compare commits

...

10 Commits

Author SHA1 Message Date
10b016269d "Auto-commit via make git"
Some checks are pending
Python Code Quality / lock_file (push) Waiting to run
Python Code Quality / linting (push) Blocked by required conditions
Python Code Quality / formatting (push) Blocked by required conditions
Python Code Quality / type_consistency (push) Blocked by required conditions
Python Code Quality / tests (push) Blocked by required conditions
Python Code Quality / build (push) Blocked by required conditions
2026-03-04 08:56:39 +01:00
3c5fb07a2a Build automático: release fa244a4-dirty-3-gd1980d7-dirty-1-gad9d120 2026-03-04 08:53:09 +01:00
ad9d12065a "Auto-commit via make git" 2026-03-04 08:51:41 +01:00
33ebee83c6 Build automático: release fa244a4-dirty-3-gd1980d7-dirty 2026-03-04 08:49:04 +01:00
d1980d725d Build automático: release fa244a4-dirty-2-g769ecdd 2026-03-04 08:42:57 +01:00
769ecdd196 Build automático: release fa244a4-dirty-1-g949f6e8 2026-03-04 08:41:46 +01:00
949f6e8383 "Auto-commit via make git" 2026-03-04 08:41:37 +01:00
c482ae662d Build automático: release fa244a4-dirty 2026-03-04 08:39:52 +01:00
fa244a43c6 Build automático: release 94e56e7 2026-03-04 08:38:21 +01:00
94e56e7066 Build automático: release f6c5409 2026-03-04 08:37:18 +01:00

View File

@ -19,13 +19,13 @@ 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/neuro` para correr o executável.
6. Execute `src/myhomelab` para correr o executável.
## Alvos Extras
```
make git # commit + push automático
make tarball # gera dist/neoricalex-src.tar.gz
make tarball # gera dist/myhomelab-src.tar.gz
make release # publica release e cria tag automática
```