From e982349b169d35cecb5219de3020ce728f72ad4a Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 7 Oct 2009 12:43:21 +0200 Subject: [PATCH] Fix 'make distclean' --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0f6093917a..e510976c25 100644 --- a/Makefile +++ b/Makefile @@ -47,9 +47,9 @@ clean: @-rm doc/node.1 doc/api.xml doc/api.html @tools/waf-light clean -distclean: +distclean: clean @-rm -rf build/ - @-find tools | egrep --colour=never ".pyc$" | xargs rm + @-find tools/ -name "*.pyc" -delete check: @tools/waf-light check