aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author♒∆✝ <[email protected]>2012-09-04 19:54:16 -0700
committer♒∆✝ <[email protected]>2012-09-04 19:54:16 -0700
commit9d890a84124e50a89f135a0ab383733d749ec34d (patch)
treedaca3e86ab3aa879b59981881cd296f76dcf8972
parent7e4629fbbec63bda9986023dd29879d2565e570e (diff)
parenta976a1583c462ddc50ed672c36c1a79a3c6acc4c (diff)
downloadbootstrap-9d890a84124e50a89f135a0ab383733d749ec34d.tar.xz
bootstrap-9d890a84124e50a89f135a0ab383733d749ec34d.zip
Merge pull request #4810 from mainerror/2.1.1-wip
Makefile misses a 'clean' directive
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a2abea93d..3d6ac401d 100644
--- a/Makefile
+++ b/Makefile
@@ -51,6 +51,13 @@ test:
rm js/tests/pid.txt
#
+# CLEANS THE ROOT DIRECTORY OF PRIOR BUILDS
+#
+
+clean:
+ rm -r bootstrap
+
+#
# BUILD SIMPLE BOOTSTRAP DIRECTORY
# recess & uglifyjs are required
#