mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
Added 'clean' directive to the make file.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user