]> mj.ucw.cz Git - libucw.git/commitdiff
Simplified clean targets.
authorMartin Mares <mj@ucw.cz>
Thu, 19 Jul 2007 10:53:49 +0000 (12:53 +0200)
committerMartin Mares <mj@ucw.cz>
Thu, 19 Jul 2007 10:53:49 +0000 (12:53 +0200)
build/Maketop

index c57d1bec42a4bcbab1414cc9b3592f4ffffc6a01..8c005b92044efe69be596c8817d2eea0a68e937c 100644 (file)
@@ -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