diff options
author | Harry Jeffery <harry@exec64.co.uk> | 2019-01-20 23:43:54 +0000 |
---|---|---|
committer | Harry Jeffery <harry@exec64.co.uk> | 2019-01-29 22:26:22 +0000 |
commit | 91eb7306b94187dbb989ac647cd79426790bf3c5 (patch) | |
tree | dec168dab4fa20fe03da5a445cb639af260da887 /Makefile | |
parent | 4e928fb9bb89f7e1f609aa7905dde3be7edbc4b8 (diff) | |
download | imv-91eb7306b94187dbb989ac647cd79426790bf3c5.tar.gz |
Support multiple backends
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ CONFIGPREFIX ?= /etc CFLAGS ?= -W -Wall -pedantic -Wmissing-prototypes CFLAGS += -std=c99 CPPFLAGS += $(shell sdl2-config --cflags) -D_XOPEN_SOURCE=700 -LIBS := $(shell sdl2-config --libs) -lfreeimage -lSDL2_ttf -lfontconfig -lpthread +LIBS := $(shell sdl2-config --libs) -lfreeimage -lpng -lSDL2_ttf -lfontconfig -lpthread BUILDDIR ?= build TARGET := $(BUILDDIR)/imv |