aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2015-11-06 12:59:54 +0000
committerHarry Jeffery <harry@exec64.co.uk>2015-11-06 12:59:54 +0000
commitae299885d5bb3001dd7d6105d12ecbce2b06f13b (patch)
treefb0e4a21fab4bdc3b5fe273dc5d7eb0506aef462 /Makefile
parentf18d3f357d22445ef58d4ec34532985c925ad408 (diff)
downloadimv-ae299885d5bb3001dd7d6105d12ecbce2b06f13b.tar.gz
Add TIFF support
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 09dded0..e8d49a1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
.PHONY: clean
CFLAGS = -g -W -Wall -std=c11 `sdl2-config --cflags`
-LDFLAGS = `sdl2-config --libs` -lpng -ljpeg
+LDFLAGS = `sdl2-config --libs` -lpng -ljpeg -ltiff
TARGET = imv
SOURCES = $(wildcard *.c)