From 810052e4ffa1fa99d7f4790f14e68db57cfd0ba4 Mon Sep 17 00:00:00 2001 From: Ian Darwin Date: Wed, 23 Jan 1991 13:33:18 +0000 Subject: [PATCH] Clean rule: add core, fix name of lint. --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile b/src/Makefile index 99f1e170..02f56b1b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,6 +1,6 @@ # Makefile for file(1) cmd. # Copyright (c) Ian F. Darwin 86/09/01 - see LEGAL.NOTICE. -# @(#)$Header: /home/glen/git/file/cvs/file/src/Attic/Makefile,v 1.19 1991/01/23 13:30:21 ian Exp $ +# @(#)$Header: /home/glen/git/file/cvs/file/src/Attic/Makefile,v 1.20 1991/01/23 13:33:18 ian Exp $ # # This software is not subject to any license of the American Telephone # and Telegraph Company or of the Regents of the University of California. @@ -94,7 +94,7 @@ install: file magic file.1 magic.4 $(BINDIR) $(MANCDIR) $(MANCDIR) cp magic.4 $(MANFDIR)/magic.$(MANFEXT) clean: - rm -f *.o file magic lint.out + rm -f *.o core file magic lint (cd tst; make clean) dist: $(ALLSRC) -- 2.50.1