New
authorMike Taylor <mike@indexdata.com>
Wed, 19 Jul 2006 16:29:14 +0000 (16:29 +0000)
committerMike Taylor <mike@indexdata.com>
Wed, 19 Jul 2006 16:29:14 +0000 (16:29 +0000)
bin/Makefile [new file with mode: 0644]

diff --git a/bin/Makefile b/bin/Makefile
new file mode 100644 (file)
index 0000000..dddcf13
--- /dev/null
@@ -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
+