ajout de la commande make run

This commit is contained in:
Wilfried BRIGITTE 2023-12-10 11:29:26 +01:00
parent c63415562d
commit 2c9ce2f9bf
2 changed files with 3 additions and 0 deletions

Binary file not shown.

View File

@ -3,6 +3,9 @@ CFLAGS=-ansi -pedantic -lgraph
all:Jeux
run:Jeux
./Jeux
Jeux:main.o scene.o serpent.o timer.o score.o
$(CC) $(CFLAGS) -o Jeux main.o scene.o serpent.o timer.o score.o