Modification du Makefile ajout .PHONY

master
Alix JEUDI--LEMOINE 2 years ago
parent 9bee56d61a
commit 157f05d82a

@ -1,3 +1,5 @@
.PHONY : IUT
all : IUT
IUT : main.o
@ -7,4 +9,4 @@ main.o : main.c
gcc -Wall -c -o $@ $<
clean :
rm -f IUT *.o
rm -f IUT *.o

Loading…
Cancel
Save