From e01a0e297ae6b85f9197d667e0e5f8896c15171f Mon Sep 17 00:00:00 2001 From: Themaister Date: Fri, 12 Nov 2010 22:44:09 +0100 Subject: [PATCH] include -I. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ba2377fab1..35185ddf6c 100644 --- a/Makefile +++ b/Makefile @@ -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)