From: ceriel Date: Mon, 20 Oct 1986 14:58:25 +0000 (+0000) Subject: Improved the "clean"-entry X-Git-Tag: release-5-5~5187 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=cb2543df8a4251576098566125478b3b55a74588;p=ack.git Improved the "clean"-entry --- diff --git a/util/cmisc/Makefile b/util/cmisc/Makefile index ce3631088..5d401bee9 100644 --- a/util/cmisc/Makefile +++ b/util/cmisc/Makefile @@ -9,7 +9,7 @@ install: all cp $(TARGETS) $(EMBIN) clean: - rm -f *.o + rm -f *.o $(TARGETS) mkdep: mkdep.o $(CC) $(LDFLAGS) -o mkdep mkdep.o