mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Added 'clean' directive to the make file.
This commit is contained in:
parent
e27b1355b5
commit
a976a1583c
1 changed files with 7 additions and 0 deletions
7
Makefile
7
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
|
||||
|
|
Loading…
Add table
Reference in a new issue