summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@xcc.kaivo.net>2018-11-12 16:14:31 -0500
committerJakob Kaivo <jkk@xcc.kaivo.net>2018-11-12 16:14:31 -0500
commit3b6859a3668624f49a7bcc7fe53d41cb5f4be243 (patch)
treef02d61deb99ef75fcc85c72ecc77ca7354101abd /Makefile
parenta432069f94fe5dc7a401b098851e27bf0f2074cc (diff)
begin integrating ImageMagick
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 212172e..8692a6d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,7 @@
CC=arm-linux-gnueabihf-gcc
-CFLAGS=-Wall -Wextra -I.
-LDFLAGS=-lpthread
+CFLAGS=-Wall -Wextra -I. -IImageMagick
+LDFLAGS=-lpthread -LImageMagick/MagickCore/.libs
+LDLIBS=-lMagickCore-7.Q8 -lm
freeonebook: freeonebook.o gpio.o fb.o