Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 667dbe7

Browse files
committedOct 18, 2023
style(root): fclean when make launcher is executed
1 parent b66e267 commit 667dbe7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎Makefile

+1-1
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

+2-2
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)
Please sign in to comment.