X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=client%2FMakefile;h=14a5c6e56301fcee978c9b499ba88baaefde0e23;hb=abda0ffc1ac8fca34535f39c6581ed16e70e15f9;hp=44669fa5001c3c982ec7d03837173704ee03723d;hpb=bb182c49a5a8b379b8a021eed572d070307333a9;p=yaz-moved-to-github.git diff --git a/client/Makefile b/client/Makefile index 44669fa..14a5c6e 100644 --- a/client/Makefile +++ b/client/Makefile @@ -1,7 +1,7 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.10 1996-05-22 08:35:43 adam Exp $ +# $Id: Makefile,v 1.11 1996-10-07 15:29:01 quinn Exp $ LIBDIR=../lib @@ -22,6 +22,9 @@ all: $(PROG) $(PROG): $(LIB) $(PROGO) $(CC) $(CFLAGS) $(LIBINCLUDE) -o $(PROG) $(PROGO) $(LIBS) +qparser: qparser.o + $(CC) $(CFLAGS) $(LIBINCLUDE) -o qparser qparser.o $(LIBS) + alll: $(LIBDIR):