modification makefile

This commit is contained in:
Thomas ROGNANT 2023-12-21 14:40:07 +01:00
parent 5bcdcef45c
commit 02098c2739

View File

@ -12,3 +12,5 @@ obstacles.o : obstacles.c
gcc -c obstacles.c -lgraph gcc -c obstacles.c -lgraph
main.o : main.c main.o : main.c
gcc -c main.c -lgraph gcc -c main.c -lgraph
clean :
rm -f main.o graphique.o serpent.o pommes.o obstacles.o snake