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

Suppression d'une ligne inutile dans le makefile

parent 4372bd27
Branches
No related merge requests found
......@@ -9,8 +9,6 @@ $(EXEC): $(OBJETS)
$(CC) $(CFLAGS) -o $@ $^
@echo "\n\033[32mCompilation éxécuté avec succès\033[0m"
%.o : %.h
%.o : %.c
@echo "\n\033[31m--------------COMPILATION DU PROGRAMME -------------------------------------\033[0m\n"
$(CC) $(CFLAGS) -c $<
......
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