Skip to content

Commit b4a1296

Browse files
committed
style(root): fclean when make launcher is executed
1 parent b66e267 commit b4a1296

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Launcher/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The Laplace Launcher is distributed under the MIT License, making it accessible
4040
```shell
4141
# Build
4242
$ cd ..
43-
$ make re
43+
$ make launcher
4444
$ ./launcher
4545
```
4646

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ lib:
155155
@$(MAKE) all -C ./Libs $(NO_PRINT)
156156
@-$(ECHO) $(BOLD) $(GREEN)"\n► LIB ⛽ !"$(DEFAULT)
157157

158-
launcher:
158+
launcher: fclean
159159
@ln -sf ./Launcher/src/__main__.py ./launcher
160160
@-$(ECHO) $(BOLD) $(GREEN)"\n► LAUNCHER 🚀 !"$(DEFAULT)
161161
@$(MAKE) all -C ./Launcher $(NO_PRINT)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ temps réel.<br>
103103
- 3.3.2 Vulkan
104104
- 3.3.3 DirectX
105105
4. Outils de développement (a faire)
106-
- 4.1 Gestionnaire de version
106+
- 4.1 Gestionnaire de version
107107
- 4.2 Gestionnaire de paquets
108108
- 4.3 Launcher ✅
109109
- 4.4 mode Debug
@@ -141,7 +141,7 @@ $ make re
141141
$ ./bin/engine.out <path-config-file.xml>
142142

143143
# Launcher
144-
$ make re
144+
$ make launcher
145145
$ ./launcher
146146
```
147147

0 commit comments

Comments
 (0)