Skip to content

Commit

Permalink
[Update@Makefile] : fclean gui
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterLaplace committed Jun 28, 2023
1 parent 4ecbfdf commit 02256b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ fclean_Server:
@$(MAKE) fclean -C ./Server $(NO_PRINT)
@echo $(BOLD) $(GREEN)"► FCLEAN SERVER 🧻 !\n"$(DEFAULT)

gui: # fclean_GUI
gui: fclean_GUI
@./GUI/Script/norm_checker.py
@$(MAKE) all -C ./GUI $(NO_PRINT)
@echo $(BOLD) $(GREEN)"► GUI ⛽ !\n"$(DEFAULT)
Expand Down

0 comments on commit 02256b7

Please sign in to comment.