diff options
author | Harry Jeffery <harry@exec64.co.uk> | 2015-11-05 20:53:11 +0000 |
---|---|---|
committer | Harry Jeffery <harry@exec64.co.uk> | 2015-11-05 21:14:34 +0000 |
commit | b6b9b5084fc482df71b020897453e63f55ec2726 (patch) | |
tree | b1390f6b6da2509e46a879d5896374f1108e7532 /Makefile | |
parent | 0e1a6d0a7ae5053a70c2e35e18ac3713528f0870 (diff) | |
download | imv-b6b9b5084fc482df71b020897453e63f55ec2726.tar.gz |
Add a PNG loader
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` +LDFLAGS = `sdl2-config --libs` -lpng TARGET = imv SOURCES = $(wildcard *.c) |