summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2017-11-30 17:42:15 +0300
committerOxore <oxore@protonmail.com>2017-11-30 17:42:15 +0300
commitae01c7fc02f17105f9e04af493f4dd8986fbcb8b (patch)
treeea40b11235633946b12b66aba56a412c5db800e4 /Makefile
parent75d123b79dc894f2c2de43f25009b5fa84a00eec (diff)
Move includes to root dir
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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