mirror of
https://github.com/twbs/bootstrap.git
synced 2025-12-09 00:03:29 -05:00
Added 'clean' directive to the make file.
This commit is contained in:
parent
e27b1355b5
commit
a976a1583c
7
Makefile
7
Makefile
@ -50,6 +50,13 @@ test:
|
|||||||
kill -9 `cat js/tests/pid.txt`
|
kill -9 `cat js/tests/pid.txt`
|
||||||
rm js/tests/pid.txt
|
rm js/tests/pid.txt
|
||||||
|
|
||||||
|
#
|
||||||
|
# CLEANS THE ROOT DIRECTORY OF PRIOR BUILDS
|
||||||
|
#
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -r bootstrap
|
||||||
|
|
||||||
#
|
#
|
||||||
# BUILD SIMPLE BOOTSTRAP DIRECTORY
|
# BUILD SIMPLE BOOTSTRAP DIRECTORY
|
||||||
# recess & uglifyjs are required
|
# recess & uglifyjs are required
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user