From: Octavian Damiean Date: Wed, 29 Aug 2012 11:24:00 +0000 (+0200) Subject: Added 'clean' directive to the make file. X-Git-Tag: v2.1.1~1^2~1^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4810%2Fhead;p=thirdparty%2Fbootstrap.git Added 'clean' directive to the make file. --- diff --git a/Makefile b/Makefile index e854e056b3..25fce7862a 100644 --- 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