aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 79be24c..7c92f3e 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ Ce `if` englobant `TZR_Init` est nécessaire pour gérer toute erreur éventuell
Nous pouvons maintenant compiler et lancer ce projet.
```sh
-$ gcc -o game main.c TZR.c -lSDL2 -lSDL2_image -lSDL2_mixer
+$ gcc -o game main.c TZR.c -lSDL2 -lSDL2_mixer
```
L'exécutable `game` devrait apparaitre.