diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-09-02 18:54:57 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-09-02 18:54:57 +0200 |
| commit | 1a3a3a20773a5664c653a8aebcd10d288962285b (patch) | |
| tree | 8af03d6cc24613d105e9f0534d0fa95b2089b117 /Makefile | |
| parent | 3cf50b41a40f6c2bd824549104015f6d2f6799c0 (diff) | |
Improved directory structure.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 ############ |
