Skip to content
Snippets Groups Projects
Commit d3e5b7dd authored by marouaneYATIME's avatar marouaneYATIME
Browse files

modification

parent 908ed136
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ CFLAGS = -W -Wall -ansi -std=c99 -g ...@@ -3,7 +3,7 @@ CFLAGS = -W -Wall -ansi -std=c99 -g
LIBS = -L./SDL2_ttf/.libs -L./SDL2_image/.libs LIBS = -L./SDL2_ttf/.libs -L./SDL2_image/.libs
LDFLAGS = `sdl2-config --cflags --libs` -lSDL2_ttf -lSDL2_image -lSDL2_ttf LDFLAGS = `sdl2-config --cflags --libs` -lSDL2_ttf -lSDL2_image -lSDL2_ttf
INCLUDES = -I./SDL2_ttf -I./SDL2_image INCLUDES = -I./SDL2_ttf -I./SDL2_image
EXEC = fastcar EXEC = main
SRC = main.c fonctions_SDL.c data.c logic.c colision.c events.c graphics.c liste.c SRC = main.c fonctions_SDL.c data.c logic.c colision.c events.c graphics.c liste.c
OBJ = $(SRC:.c=.o) -lm OBJ = $(SRC:.c=.o) -lm
......
File deleted
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment