From 77dfcacf38b14ce4c5a8223b40343c2bcea54dde Mon Sep 17 00:00:00 2001 From: Harry Jeffery Date: Fri, 6 Nov 2015 14:17:26 +0000 Subject: Load images using freeimage --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3