X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=bin%2FMakefile;fp=bin%2FMakefile;h=dddcf13df9b90f517c638e0765558ed9aa88e3cb;hp=0000000000000000000000000000000000000000;hb=28779fe90730c06d4b721a0a71300220ade6aafc;hpb=33aced659a9e4237c580b4e4bdbe46506a4da23d 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 +