aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2015-11-17 17:13:51 +0000
committerHarry Jeffery <harry@exec64.co.uk>2015-11-17 17:14:57 +0000
commit53fd3b8f3acb76db343446dd490d3032c7fa9fd6 (patch)
tree6b2e94f2dff3cb28198d4759ad42a7cb9b25a251 /Makefile
parenta5597a9587e8240cccc0a263db69b329fe854d2b (diff)
downloadimv-53fd3b8f3acb76db343446dd490d3032c7fa9fd6.tar.gz
Add an overlay option '-d'.
TODO: The font needs to be configurable with an option. Refs #35
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 60ccf75..4c8f7c0 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
prefix = /usr
CFLAGS = -W -Wall -std=gnu11 `sdl2-config --cflags`
-LDFLAGS = `sdl2-config --libs` -lfreeimage
+LDFLAGS = `sdl2-config --libs` -lfreeimage -lSDL2_ttf
TARGET = imv
BUILDDIR = build