From 9a72298a4ca2583bb6fb72fce762d578a9723bb3 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 3 Oct 2008 01:12:14 +0000 Subject: [PATCH] update Tags and clean targets --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9d762a005..afdf7b454 100644 --- a/Makefile +++ b/Makefile @@ -32,10 +32,10 @@ loc: @darcs trackdown 'find . -name "*hs" |xargs wc -l |echo OUTPUT `tail -1`; false' |ruby -nae'puts $$F[1] if /^OUTPUT/' Tags: - hasktags *hs + rm -f TAGS; hasktags -e *hs Ledger/*hs clean: - rm -f *.o *.hi *~ 1 2 + rm -f {,Ledger/}*{.o,.hi,~} clean-docs: rm -rf api-doc hoogle