aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorHuang Ying <ying.huang@intel.com>2008-11-17 15:43:49 +0800
committerHuang Ying <ying.huang@intel.com>2008-11-17 15:43:49 +0800
commit1b91cba4b6bf2cd600634df12b5f20577ee7092c (patch)
treed3f0bf1143f35223fad5552cee151495f907a622 /Makefile
parent89b2fed2154bda0867045dd0c8533ecfbcbefbf3 (diff)
downloadmce-test-1b91cba4b6bf2cd600634df12b5f20577ee7092c.tar.gz
Add distclean to Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7b2be82..2b768b3 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,10 @@ clean:
$(MAKE) -C tools clean
$(MAKE) reset
+distclean:
+ $(MAKE) -C tools distclean
+ $(MAKE) reset
+
reset:
rm -rf work/*
rm -rf results/*