Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Thornton <jacobthornton@gmail.com>2011-06-29 02:10:43 +0400
committerJacob Thornton <jacobthornton@gmail.com>2011-06-29 02:10:43 +0400
commit08c318e0087ac9351bd3f883193c9a0886a43438 (patch)
treee1d6229112882f35b2e828b5783895daa487f1cf /Makefile
parente91a74e8e89240d061478326ad26bd4ffa9ce910 (diff)
update makefile and little comments
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6c1743cc54..34e0d7b1da 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,6 @@
build:
@lessc ./lib/bootstrap.less > ./bootstrap-1.0.0.css
@lessc ./lib/bootstrap.less > ./bootstrap-1.0.0.min.css --compress
- @echo "bootstrap successfully built!"
+ @echo "Bootstrap successfully built! - `date`"
.PHONY: build \ No newline at end of file