Skip to content

Commit

Permalink
Merge pull request twbs#4810 from mainerror/2.1.1-wip
Browse files Browse the repository at this point in the history
Makefile misses a 'clean' directive
  • Loading branch information
fat committed Sep 5, 2012
2 parents 7e4629f + a976a15 commit 9d890a8
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 9d890a8

Please sign in to comment.