From b6b9b5084fc482df71b020897453e63f55ec2726 Mon Sep 17 00:00:00 2001 From: Harry Jeffery Date: Thu, 5 Nov 2015 20:53:11 +0000 Subject: Add a PNG loader --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3