Compare commits
No commits in common. "10b016269dea3a1e7312e7ac167ce648b6978b12" and "f6c54099863049b33891a9d738e7071747a16661" have entirely different histories.
10b016269d
...
f6c5409986
@ -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/myhomelab` 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/myhomelab-src.tar.gz
|
||||
make tarball # gera dist/neoricalex-src.tar.gz
|
||||
make release # publica release e cria tag automática
|
||||
```
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user