diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-11-22 15:46:24 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-11-22 15:46:24 +0100 |
| commit | 795b1f7df203ae33e1d0eb13612f0ba2abf4351e (patch) | |
| tree | 42c4d8f94b6e7a9815ea5b3fe52a251d004d4b87 /Makefile | |
| parent | 4ef54112ec3d3772cb97984a26c85299b8065316 (diff) | |
fix / workaround for my ELF binaries
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,6 +32,7 @@ CC=i686-foolos-gcc ############ compiler flags ############ CFLAGS= +CFLAGS=-w CFLAGS+=-ffreestanding CFLATS+=-Wall CFLAGS+=-Wextra |
