mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-02 20:40:24 +00:00
Merge pull request #4810 from mainerror/2.1.1-wip
Makefile misses a 'clean' directive
This commit is contained in:
commit
9d890a8412
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