Skip to content
Snippets Groups Projects
Commit b04ed29b authored by Pradheep Unnikrishnan's avatar Pradheep Unnikrishnan
Browse files

Ajout des options -g -Werror au commande

parent 5007dd26
Branches
No related merge requests found
......@@ -2,7 +2,7 @@ all: main run
main: main.c
@echo "\n\033[31m--------------COMPILATION DU PROGRAMME -------------------------------------\033[0m\n"
gcc -g -o main main.c
gcc -g -Werror -o main main.c
@echo "\n\033[32mCompilation éxécuté avec succès\033[0m"
run:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment