projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33aced6
)
New
author
Mike Taylor
<mike@indexdata.com>
Wed, 19 Jul 2006 16:29:14 +0000
(16:29 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Wed, 19 Jul 2006 16:29:14 +0000
(16:29 +0000)
bin/Makefile
[new file with mode: 0644]
patch
|
blob
diff --git a/bin/Makefile
b/bin/Makefile
new file mode 100644
(file)
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
+