update: information commande make défaut

This commit is contained in:
rick 2021-06-03 19:39:25 +02:00
parent 0f4cd06e20
commit 0c43aaf858
Signed by: Rick
GPG key ID: 2B593F087240EE99

View file

@ -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 dutiliser le Makefile avec la commande `make <nom programme>`; pour le helloworld par exemple : `make hello`.
Il est aussi possible dutiliser 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.