]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Added 'clean' directive to the make file. 4810/head
authorOctavian Damiean <mainerror@gmail.com>
Wed, 29 Aug 2012 11:24:00 +0000 (13:24 +0200)
committerOctavian Damiean <mainerror@gmail.com>
Wed, 29 Aug 2012 11:24:00 +0000 (13:24 +0200)
Makefile

index e854e056b31b661fabf1ccd249265b8aa5d6ee88..25fce7862a0e0f546223beab2261541aa158c4e9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -50,6 +50,13 @@ test:
        kill -9 `cat js/tests/pid.txt`
        rm js/tests/pid.txt
 
+#
+# CLEANS THE ROOT DIRECTORY OF PRIOR BUILDS
+#
+
+clean:
+       rm -r bootstrap
+
 #
 # BUILD SIMPLE BOOTSTRAP DIRECTORY
 # recess & uglifyjs are required