summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-09-02 18:54:57 +0200
committerMichal Idziorek <m.i@gmx.at>2014-09-02 18:54:57 +0200
commit1a3a3a20773a5664c653a8aebcd10d288962285b (patch)
tree8af03d6cc24613d105e9f0534d0fa95b2089b117 /Makefile
parent3cf50b41a40f6c2bd824549104015f6d2f6799c0 (diff)
Improved directory structure.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8222e07..2b7b957 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,9 @@ USB_STICK=/dev/sdf
############ flags ############
-CFLAGS=-ffreestanding -std=gnu99 -m32 -fno-asynchronous-unwind-tables -O0 # -Werror
+CFLAGS=-ffreestanding -std=gnu99 -m32 -fno-asynchronous-unwind-tables -O0
+CFLAGS+= -I.
+#CFLAGS+= -Werror
############ source and object files ############