Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2013-02-06 16:36:20 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-02-06 16:36:20 (GMT)
commit66dae0ccbc23f4df612711a2e61fadd9b15feb91 (patch)
treea069ef55f4d97b6419f38d8ce86eb19f5cc1f1e7 /Makefile
parentb5b9e95e2f4c8ab19cef000c82fcfc0625c52666 (diff)
Empty the system pluginHEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index acb2d98..451ffdc 100644
--- a/Makefile
+++ b/Makefile
@@ -477,5 +477,8 @@ install-settings-defaults: profile/settings.json
# clean out build products
clean:
+ rm -rf profile
install:
+ rm -rf $(SUGAR_HTML_PATH) && \
+ cp -r profile $(SUGAR_HTML_PATH)