Skip to content

Commit 9d890a8

Browse files
committed
Merge pull request twbs#4810 from mainerror/2.1.1-wip
Makefile misses a 'clean' directive
2 parents 7e4629f + a976a15 commit 9d890a8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@ test:
5050
kill -9 `cat js/tests/pid.txt`
5151
rm js/tests/pid.txt
5252

53+
#
54+
# CLEANS THE ROOT DIRECTORY OF PRIOR BUILDS
55+
#
56+
57+
clean:
58+
rm -r bootstrap
59+
5360
#
5461
# BUILD SIMPLE BOOTSTRAP DIRECTORY
5562
# recess & uglifyjs are required

0 commit comments

Comments
 (0)