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>2012-03-08 23:42:12 +0400
committerJacob Thornton <jacobthornton@gmail.com>2012-03-08 23:42:12 +0400
commit1562381114ce1ce5dc06d311ddb6d1e0f2048a1f (patch)
tree7c8b28bc15dd7fd736d7bb4719984a0376169c36 /Makefile
parentaf1dbf6581e20ac67465706499a2732e7faf9c67 (diff)
remove non existent dist dir from phony makefil
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0331964230..92afa1578e 100644
--- a/Makefile
+++ b/Makefile
@@ -59,4 +59,4 @@ watch:
watchr -e "watch('less/.*\.less') { system 'make' }"
-.PHONY: dist docs watch gh-pages \ No newline at end of file
+.PHONY: docs watch gh-pages \ No newline at end of file