Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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)