1
0
mirror of https://gitlab.com/klmp200/LO27.git synced 2025-07-11 21:59: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

@ -1,5 +1,5 @@
CC=gcc
CFLAGS=-Wall -Werror -pedantic -fpic -g -std=c89
CFLAGS=-Wall -Werror -pedantic -fpic -g -std=c89 -Wextra
LIBSDIR=-L/usr/lib -L../Libs