From a976a1583c462ddc50ed672c36c1a79a3c6acc4c Mon Sep 17 00:00:00 2001 From: Octavian Damiean Date: Wed, 29 Aug 2012 13:24:00 +0200 Subject: Added 'clean' directive to the make file. --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3