X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=bfile%2FMakefile;h=2589c53a3011a1364cef96b769e8c8a644b0a485;hb=461e9d67822f7f6ae72a0522cb6e9960dedae501;hp=efc75e6135b1b36ccacccc727288d4db8806d94a;hpb=0a7aae7ab05e08e92b8d3cfd1ff68942f4321fea;p=idzebra-moved-to-github.git diff --git a/bfile/Makefile b/bfile/Makefile index efc75e6..2589c53 100644 --- a/bfile/Makefile +++ b/bfile/Makefile @@ -1,11 +1,10 @@ - SHELL=/bin/sh INCLUDE=-I../include TPROG=btest CFLAGS=-g -Wall DEFS=$(INCLUDE) LIB=../lib/bfile.a -PO = open.o close.o xmalloc.o rdwr.o +PO = bfile.o CPP=cc -E all: $(LIB)