1
0
mirror of https://gitlab.com/klmp200/LO27.git synced 2025-07-11 06:39:22 +00:00

Swag matrice en SDL

This commit is contained in:
2016-12-28 21:39:42 +01:00
parent 5ce36a2607
commit bededa78c2
7 changed files with 94 additions and 66 deletions

View File

@ -3,7 +3,7 @@
# export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:./Libs
CC=gcc
CFLAGS=-Wall -Werror -pedantic -fpic -g -std=c89
CFLAGS=-Wall -Werror -pedantic -fpic -g -std=c89 -Wextra
EXTLIBS=`sdl2-config --cflags --libs`