From ba37668dbdedb1fdc4a69a9d2363222c5e6f6fd7 Mon Sep 17 00:00:00 2001 From: Sebastian Hammer Date: Thu, 16 Mar 1995 17:42:29 +0000 Subject: [PATCH] Added clean --- makelib/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/makelib/Makefile b/makelib/Makefile index 971abed..e3737c7 100644 --- a/makelib/Makefile +++ b/makelib/Makefile @@ -1,7 +1,7 @@ # Copyright (C) 1994, Index Data I/S # All rights reserved. # Sebastian Hammer, Adam Dickmeiss -# $Id: Makefile,v 1.1 1995-03-16 13:28:25 quinn Exp $ +# $Id: Makefile,v 1.2 1995-03-16 17:42:29 quinn Exp $ #CC= SHELL=/bin/sh @@ -20,3 +20,6 @@ $(LIB): $(LIBS) ar qc $(LIB) *.o ranlib $(LIB) rm -f *.o + +clean: + -rm -f *.o -- 1.7.10.4