From: Martin Mares Date: Thu, 19 Jul 2007 10:53:49 +0000 (+0200) Subject: Simplified clean targets. X-Git-Tag: holmes-import~506^2~38 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=712846a04db35ead6e2b1cbd7a62d4a5e621bc39;p=libucw.git Simplified clean targets. --- 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