aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOctavian Damiean <[email protected]>2012-08-29 13:24:00 +0200
committerOctavian Damiean <[email protected]>2012-08-29 13:24:00 +0200
commita976a1583c462ddc50ed672c36c1a79a3c6acc4c (patch)
tree6f8bd5a99f4f90e1a638fd8bf33ff946538314ec
parente27b1355b58331eeb24915bee3e1c9dde4977f17 (diff)
downloadbootstrap-a976a1583c462ddc50ed672c36c1a79a3c6acc4c.tar.xz
bootstrap-a976a1583c462ddc50ed672c36c1a79a3c6acc4c.zip
Added 'clean' directive to the make file.
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e854e056b..25fce7862 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
#