Skip to content

Commit

Permalink
Added 'clean' directive to the make file.
Browse files Browse the repository at this point in the history
  • Loading branch information
5pitf1re committed Aug 29, 2012
1 parent e27b135 commit a976a15
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Expand Up @@ -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
Expand Down

0 comments on commit a976a15

Please sign in to comment.