This commit is contained in:
Tanjita 2013-05-11 21:01:39 +02:00
parent 02e42d5efd
commit 2d836e1022

View file

@ -1,4 +1,4 @@
CFLAGS=-std=c99 -Wall -g
CFLAGS=-std=c99 -Wall -g -O2
INDENTOPTS=-kr --no-tabs --braces-on-func-def-line --indent-level2
.PHONY: all