Added id-header.
[idzebra-moved-to-github.git] / isam / Makefile
index 7ee1081..345135a 100644 (file)
@@ -1,3 +1,8 @@
+# Copyright (C) 1994, Index Data I/S 
+# All rights reserved.
+# Sebastian Hammer, Adam Dickmeiss
+# $Id: Makefile,v 1.10 1994-09-27 16:31:40 adam Exp $
+
 SHELL=/bin/sh
 INCLUDE=-I../include
 CFLAGS=-g -Wall -pedantic
@@ -8,6 +13,10 @@ CPP=cc -E
 
 all: $(LIB)
 
+test: test.c $(LIB)
+       $(CC) -g -o test -I../include test.c \
+       ../lib/isam.a ../lib/bfile.a ../lib/util.a
+
 isam-test: isam-test.c $(LIB)
        $(CC) -g -o isam-test -I../include isam-test.c \
        ../lib/isam.a ../lib/bfile.a ../lib/util.a