From 712846a04db35ead6e2b1cbd7a62d4a5e621bc39 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 19 Jul 2007 12:53:49 +0200 Subject: [PATCH] Simplified clean targets. --- build/Maketop | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Maketop b/build/Maketop index c57d1bec..8c005b92 100644 --- a/build/Maketop +++ b/build/Maketop @@ -56,10 +56,10 @@ endif # to define their own cleanup actions. dust:: rm -f `find . -path "*~" -or -name "\#*\#" -or -name core` - rm -f allocs.tmp cscope.out + rm -f allocs.tmp cscope.out TAGS clean:: dust - rm -rf obj tests run/bin/* run/lib/* run/include/* run/.tree-stamp TAGS + rm -rf obj tests run/{bin,lib,include,.tree-stamp} distclean:: clean rm -rf run -- 2.39.5