diff options
author | Alex Auvolat <alex@adnab.me> | 2015-03-13 16:16:43 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2015-03-13 16:16:43 +0100 |
commit | 5bc7fcc00507bbc5ff5bf957a1589209f8495534 (patch) | |
tree | f18969c395f6e74e0f299948e376abbe74577f68 /res/fonts/Makefile | |
parent | 41a4f5309ef298da764bf1dca1254e734a4417f0 (diff) | |
download | kogata-5bc7fcc00507bbc5ff5bf957a1589209f8495534.tar.gz kogata-5bc7fcc00507bbc5ff5bf957a1589209f8495534.zip |
Shell begins to be usefull.
Diffstat (limited to 'res/fonts/Makefile')
-rw-r--r-- | res/fonts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/fonts/Makefile b/res/fonts/Makefile index 9a2a6b3..758bbcf 100644 --- a/res/fonts/Makefile +++ b/res/fonts/Makefile @@ -1,5 +1,5 @@ CC=gcc -CFLAGS=-I../../src/lib/include -std=c11 +CFLAGS=-I../../src/lib/include/proto -std=c11 AS=nasm ASFLAGS=-fbin |