diff options
author | Harry Jeffery <harry@exec64.co.uk> | 2015-11-06 14:17:26 +0000 |
---|---|---|
committer | Harry Jeffery <harry@exec64.co.uk> | 2015-11-06 14:17:26 +0000 |
commit | 77dfcacf38b14ce4c5a8223b40343c2bcea54dde (patch) | |
tree | 99a8fa8ac5c2d2616ca0e263bccba58f63f8e581 /Makefile | |
parent | f4d54f4982f4f5e5dceb72e72a1980f1eb63e0b8 (diff) | |
download | imv-77dfcacf38b14ce4c5a8223b40343c2bcea54dde.tar.gz |
Load images using freeimage
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |