mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-21 12:44:43 +00: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…
Reference in a new issue