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

Compilateur nazi

This commit is contained in:
2016-12-27 01:43:49 +01:00
parent 4aeedd44c6
commit fe0a6edfe6
3 changed files with 4 additions and 4 deletions

View File

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