summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJakob Kaivo <jakob@kaivo.net>2018-11-12 10:42:08 -0500
committerJakob Kaivo <jakob@kaivo.net>2018-11-12 10:42:08 -0500
commit329ead8346180ba22fb0f365b38da1957d0147ed (patch)
tree7353db1bf6a00bdfd330cbc5692e854e449adcc7 /Makefile
parentc23d17d52e9276e77d87a66a007f20aa0f3eee8d (diff)
add linux/mxcfb.h for controlling the framebuffer, update CFLAGS
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0c57d60..212172e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
CC=arm-linux-gnueabihf-gcc
-CFLAGS=-Wall -Wextra
+CFLAGS=-Wall -Wextra -I.
LDFLAGS=-lpthread
freeonebook: freeonebook.o gpio.o fb.o