Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author♒∆✝ <Jacobthornton@gmail.com>2012-09-05 06:54:16 +0400
committer♒∆✝ <Jacobthornton@gmail.com>2012-09-05 06:54:16 +0400
commit9d890a84124e50a89f135a0ab383733d749ec34d (patch)
treedaca3e86ab3aa879b59981881cd296f76dcf8972 /Makefile
parent7e4629fbbec63bda9986023dd29879d2565e570e (diff)
parenta976a1583c462ddc50ed672c36c1a79a3c6acc4c (diff)
Merge pull request #4810 from mainerror/2.1.1-wip
Makefile misses a 'clean' directive
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a2abea93d0..3d6ac401dc 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
#