aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2015-11-05 20:53:11 +0000
committerHarry Jeffery <harry@exec64.co.uk>2015-11-05 21:14:34 +0000
commitb6b9b5084fc482df71b020897453e63f55ec2726 (patch)
treeb1390f6b6da2509e46a879d5896374f1108e7532 /Makefile
parent0e1a6d0a7ae5053a70c2e35e18ac3713528f0870 (diff)
downloadimv-b6b9b5084fc482df71b020897453e63f55ec2726.tar.gz
Add a PNG loader
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 87b2fb1..7c23259 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
.PHONY: clean
CFLAGS = -g -W -Wall -std=c11 `sdl2-config --cflags`
-LDFLAGS = `sdl2-config --libs`
+LDFLAGS = `sdl2-config --libs` -lpng
TARGET = imv
SOURCES = $(wildcard *.c)