X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=util%2FMakefile;h=733cd68790cac5521308dd7ccb1c8b8646dfa7c1;hp=477739c2fc5cebbc8ee6b4a4979be1322b06f5e2;hb=1b29b77f09ae310c41f9cd0a6eeea2d562b7729e;hpb=35c328bab4365f6404108702ffcbdb23fe5d910e diff --git a/util/Makefile b/util/Makefile index 477739c..733cd68 100644 --- a/util/Makefile +++ b/util/Makefile @@ -1,7 +1,7 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.14 1994-09-22 10:45:19 adam Exp $ +# $Id: Makefile,v 1.15 1994-10-04 17:47:09 adam Exp $ SHELL=/bin/sh INCLUDE=-I../include @@ -14,6 +14,8 @@ CPP=cc -E all: $(LIB) +alll: opt-test res-test all + opt-test: opt-test.o $(LIB) $(CC) -o opt-test opt-test.o $(LIB)