update: information commande make défaut
This commit is contained in:
parent
0f4cd06e20
commit
0c43aaf858
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@ Le compilateur [SJASMplus](https://github.com/z00m128/sjasmplus) est utilisé af
|
|||
sjasmplus hello.asm --raw=hello.rom
|
||||
```
|
||||
|
||||
Il est aussi possible d’utiliser le Makefile avec la commande `make <nom programme>`; pour le helloworld par exemple : `make hello`.
|
||||
Il est aussi possible d’utiliser le Makefile avec la commande `make <nom programme>`; pour le helloworld par exemple : `make hello`. La commande `make` compilera tous les fichiers .asm.
|
||||
|
||||
Je m'appuie sur [les tutos de Chibiakumas](https://www.chibiakumas.com/z80/msx.php) pour l’écriture des différents programmes.
|
||||
|
|
Loading…
Reference in a new issue