Skip to content

Commit

Permalink
style(root): fclean when make launcher is executed
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterLaplace committed Oct 18, 2023
1 parent b66e267 commit b4a1296
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Launcher/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The Laplace Launcher is distributed under the MIT License, making it accessible
```shell
# Build
$ cd ..
$ make re
$ make launcher
$ ./launcher
```

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ temps réel.<br>
- 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
Expand Down Expand Up @@ -141,7 +141,7 @@ $ make re
$ ./bin/engine.out <path-config-file.xml>

# Launcher
$ make re
$ make launcher
$ ./launcher
```

Expand Down

0 comments on commit b4a1296

Please sign in to comment.