Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-06-27 08:49:06 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-06-27 08:49:06 (GMT)
commit26a0de7b8156b13446b9818715d04c23ee696981 (patch)
treeb0ebe9c16207198a644f98b14c48ccf71ac52242
parent0723832277cb5087b325146ab482537eea6e1c40 (diff)
Clean source only for sugar modules
The rest now builds out-of-source-directory so it's unnecessary to redownload everything.
-rw-r--r--Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0097acd..33f650b 100644
--- a/Makefile
+++ b/Makefile
@@ -56,6 +56,12 @@ bug-report:
@$(SCRIPTS)/bug-report
clean:
- rm -rf source build install
+ rm -rf build install
+ rm -rf source/sugar
+ rm -rf source/sugar-datastore
+ rm -rf source/sugar-artwork
+ rm -rf source/sugar-toolkit
+ rm -rf source/sugar-base
+ rm -rf source/sugar-toolkit-gtk3
rm -f logs/*.log logs/all-logs.tar.bz2
rm -f scripts/list-outputs