Use port 3313 instead of 1313, which is in widish use for other Zebra projects
[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