From 3bd20517eb94e2d44b68e4cafdf98ffb37936171 Mon Sep 17 00:00:00 2001 From: Sean Fox Date: Fri, 27 Jun 2008 04:06:59 +0000 Subject: Added bmp decoding example svn path=/branches/dynis/libnsbmp/; revision=4462 --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 118bf45..175ff93 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ DESTDIR ?= .PHONY: all clean docs install uninstall -all: libnsbmp.a +all: libnsbmp.a bin/decode_bmp libnsbmp.a: libnsbmp.o libnsbmp.pc ${AR} ${ARFLAGS} libnsbmp.a libnsbmp.o @@ -34,6 +34,9 @@ libnsbmp.pc: libnsbmp.pc.in %.o: %.c ${CC} -c ${CFLAGS} -o $@ $< +bin/decode_bmp: examples/decode_bmp.c libnsbmp.a + ${CC} ${CFLAGS} -o $@ $< libnsbmp.a + docs: ${DOXYGEN} -- cgit v1.2.3