This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 667dbe7 committed Oct 18, 2023 Verified
1 parent b66e267 commit 667dbe7 Copy full SHA for 667dbe7
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 155
155
@$(MAKE ) all -C ./Libs $(NO_PRINT )
156
156
@-$(ECHO ) $(BOLD ) $(GREEN ) " \n► LIB ⛽ !" $(DEFAULT )
157
157
158
- launcher :
158
+ launcher : fclean
159
159
@ln -sf ./Launcher/src/__main__.py ./launcher
160
160
@-$(ECHO ) $(BOLD ) $(GREEN ) " \n► LAUNCHER 🚀 !" $(DEFAULT )
161
161
@$(MAKE ) all -C ./Launcher $(NO_PRINT )
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ temps réel.<br>
103
103
- 3.3.2 Vulkan
104
104
- 3.3.3 DirectX
105
105
4 . Outils de développement (a faire)
106
- - 4.1 Gestionnaire de version
106
+ - 4.1 Gestionnaire de version ✅
107
107
- 4.2 Gestionnaire de paquets
108
108
- 4.3 Launcher ✅
109
109
- 4.4 mode Debug
@@ -141,7 +141,7 @@ $ make re
141
141
$ ./bin/engine.out < path-config-file.xml>
142
142
143
143
# Launcher
144
- $ make re
144
+ $ make launcher
145
145
$ ./launcher
146
146
```
147
147
You can’t perform that action at this time.
0 commit comments