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:
authorOctavian Damiean <mainerror@gmail.com>2012-08-29 15:24:00 +0400
committerOctavian Damiean <mainerror@gmail.com>2012-08-29 15:24:00 +0400
commita976a1583c462ddc50ed672c36c1a79a3c6acc4c (patch)
tree6f8bd5a99f4f90e1a638fd8bf33ff946538314ec /Makefile
parente27b1355b58331eeb24915bee3e1c9dde4977f17 (diff)
Added 'clean' directive to the make file.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e854e056b3..25fce7862a 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
#