From 28779fe90730c06d4b721a0a71300220ade6aafc Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 19 Jul 2006 16:29:14 +0000 Subject: [PATCH] New --- bin/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 bin/Makefile diff --git a/bin/Makefile b/bin/Makefile new file mode 100644 index 0000000..dddcf13 --- /dev/null +++ b/bin/Makefile @@ -0,0 +1,10 @@ +# $Id: Makefile,v 1.1 2006-07-19 16:29:14 mike Exp $ + +LIBS = -lyaz -lxml2 -lssl # Ubuntu Linux 6.06 + +test-zoom-c: test-zoom-c.c + $(CC) -g -O0 -Wall -Wdeclaration-after-statement -o $@ $? $(LIBS) + +clean: + rm -f test-zoom-c + -- 1.7.10.4