Executable marcdump removed on make clean.
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 17 May 1995 08:19:08 +0000 (08:19 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 17 May 1995 08:19:08 +0000 (08:19 +0000)
util/Makefile

index 924e66e..2536a02 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright (C) 1994, Index Data I/S 
 # All rights reserved.
 # Sebastian Hammer, Adam Dickmeiss
 # Copyright (C) 1994, Index Data I/S 
 # All rights reserved.
 # Sebastian Hammer, Adam Dickmeiss
-# $Id: Makefile,v 1.6 1995-04-17 09:37:50 quinn Exp $
+# $Id: Makefile,v 1.7 1995-05-17 08:19:08 adam Exp $
 
 SHELL=/bin/sh
 INCLUDE=-I../include -I.
 
 SHELL=/bin/sh
 INCLUDE=-I../include -I.
@@ -36,7 +36,7 @@ $(LIBDIR):
        $(CC) -c $(DEFS) $(CFLAGS) $<
 
 clean:
        $(CC) -c $(DEFS) $(CFLAGS) $<
 
 clean:
-       rm -f *.[oa] test core mon.out gmon.out errlist
+       rm -f *.[oa] test marcdump core mon.out gmon.out errlist
 
 depend: depend2
 
 
 depend: depend2