swatchmaker: update makefile
[bootswatch] / swatchmaker / Makefile
index 7a25da7..7eda3f8 100755 (executable)
@@ -14,7 +14,7 @@ bootstrap:
        -test -d bootstrap && rm -r bootstrap
        curl --location -o latest_bootstrap.tar.gz https://github.com/twitter/bootstrap/tarball/master
        tar -xvzf latest_bootstrap.tar.gz
-       mv twitter-bootstrap* bootstrap
+       mv twbs-bootstrap* bootstrap
        rm latest_bootstrap.tar.gz
 
 default:
@@ -24,5 +24,12 @@ default:
        curl --location -o ${OUTPUT_PATH}/bootswatch.less https://raw.github.com/thomaspark/bootswatch/gh-pages/swatchmaker/swatch/bootswatch.less
        make bootswatch
 
-.PHONY: bootswatch bootstrap default
+watcher:
+       ruby watcher.rb
+
+server:
+       open http://localhost:8000/test/test.html
+       python -m SimpleHTTPServer
+
+.PHONY: bootswatch bootstrap default watcher server