diff --git a/Makefile b/Makefile
index 35cbcb1..1d30a19 100644
--- a/Makefile
+++ b/Makefile
@@ -155,7 +155,7 @@ lib:
@$(MAKE) all -C ./Libs $(NO_PRINT)
@-$(ECHO) $(BOLD) $(GREEN)"\n► LIB ⛽ !"$(DEFAULT)
-launcher:
+launcher: fclean
@ln -sf ./Launcher/src/__main__.py ./launcher
@-$(ECHO) $(BOLD) $(GREEN)"\n► LAUNCHER 🚀 !"$(DEFAULT)
@$(MAKE) all -C ./Launcher $(NO_PRINT)
diff --git a/README.md b/README.md
index 1c2c6bc..cd07a32 100644
--- a/README.md
+++ b/README.md
@@ -103,7 +103,7 @@ temps réel.
- 3.3.2 Vulkan
- 3.3.3 DirectX
4. Outils de développement (a faire)
- - 4.1 Gestionnaire de version
+ - 4.1 Gestionnaire de version ✅
- 4.2 Gestionnaire de paquets
- 4.3 Launcher ✅
- 4.4 mode Debug
@@ -141,7 +141,7 @@ $ make re
$ ./bin/engine.out
# Launcher
-$ make re
+$ make launcher
$ ./launcher
```