summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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 ############