aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2015-11-06 14:17:26 +0000
committerHarry Jeffery <harry@exec64.co.uk>2015-11-06 14:17:26 +0000
commit77dfcacf38b14ce4c5a8223b40343c2bcea54dde (patch)
tree99a8fa8ac5c2d2616ca0e263bccba58f63f8e581 /Makefile
parentf4d54f4982f4f5e5dceb72e72a1980f1eb63e0b8 (diff)
downloadimv-77dfcacf38b14ce4c5a8223b40343c2bcea54dde.tar.gz
Load images using freeimage
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e8d49a1..58f9efc 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 -ltiff
+LDFLAGS = `sdl2-config --libs` -lpng -ljpeg -ltiff -lfreeimage
TARGET = imv
SOURCES = $(wildcard *.c)