include -I.

This commit is contained in:
Themaister 2010-11-12 22:44:09 +01:00
parent dab359bdf5
commit e01a0e297a

View File

@ -37,7 +37,7 @@ ifeq ($(BUILD_FILTER), 1)
OBJ += hqflt/snes_ntsc/snes_ntsc.o
endif
CFLAGS = -Wall -O3 -march=native -std=gnu99
CFLAGS = -Wall -O3 -march=native -std=gnu99 -I.
all: $(TARGET)