projects
/
irspy-moved-to-github.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Title is "Copy" if copy param is set.
[irspy-moved-to-github.git]
/
bin
/
Makefile
1
# $Id: Makefile,v 1.1 2006-07-19 16:29:14 mike Exp $
2
3
LIBS = -lyaz -lxml2 -lssl # Ubuntu Linux 6.06
4
5
test-zoom-c: test-zoom-c.c
6
$(CC) -g -O0 -Wall -Wdeclaration-after-statement -o $@ $? $(LIBS)
7
8
clean:
9
rm -f test-zoom-c
10