diff --git a/Makefile b/Makefile index a2abea93d0f35b3b36946d7f212ecba4f560945e..3d6ac401dcae7bfdedcc372489ae2714d2d256e6 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