mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2025-02-08 06:06:43 +01:00
disable C ANSI mode
it was fun, but it's now enough :D
This commit is contained in:
parent
81e13b8d34
commit
a940a61345
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,6 +1,6 @@
|
|||
IDIR =.
|
||||
CC=gcc
|
||||
CFLAGS=-I$(IDIR) -Wall -ansi -g
|
||||
CFLAGS=-I$(IDIR) -Wall -g
|
||||
|
||||
SRCDIR=src
|
||||
ODIR=obj
|
||||
|
|
Loading…
Reference in a new issue