Deleted
[idzebra-moved-to-github.git] / bfile / Makefile
index b4cee70..2589c53 100644 (file)
@@ -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 rdwr.o
+PO = bfile.o
 CPP=cc -E
 
 all: $(LIB)