From ae01c7fc02f17105f9e04af493f4dd8986fbcb8b Mon Sep 17 00:00:00 2001 From: Oxore Date: Thu, 30 Nov 2017 17:42:15 +0300 Subject: Move includes to root dir --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 247a436..3d62d6e 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,8 @@ FILES:=$(FILES:.c=.o) CFLAGS += -Wall CFLAGS += -std=c99 -CFLAGS += -O2 +CFLAGS += -O0 +CFLAGS += -Iinclude LIBS += -lcsfml-graphics LIBS += -lcsfml-window LIBS += -lcsfml-system -- cgit v1.2.3