Add files via upload

Esse commit está contido em:
isoux
2019-04-19 23:40:35 +03:00
commit de GitHub
commit 881108516c
+1 -1
Ver Arquivo
@@ -1,5 +1,5 @@
CC =gcc
CFLAGS =-O -Wall -fstrength-reduce -fomit-frame-pointer -m32 \
CFLAGS =-Wall -O -std=gnu89 -fstrength-reduce -fomit-frame-pointer -m32 \
-fno-stack-protector -finline-functions -nostdinc -fno-builtin -g -I../include
AS =as --32
AR =ar