From: Mike Taylor Date: Wed, 19 Jul 2006 16:29:14 +0000 (+0000) Subject: New X-Git-Tag: CPAN-v1.02~54^2~1123 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=aa27bf1408038de47f3c9f422e8c0fae8d386f3f New --- 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 +