From 1a3a3a20773a5664c653a8aebcd10d288962285b Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Tue, 2 Sep 2014 18:54:57 +0200 Subject: Improved directory structure. --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 ############ -- cgit v1.2.3