swatchmaker: on make server, open test page in default browser
authorThomas Park <thomas@thomaspark.me>
Tue, 26 Feb 2013 22:20:35 +0000 (17:20 -0500)
committerThomas Park <thomas@thomaspark.me>
Tue, 26 Feb 2013 22:20:35 +0000 (17:20 -0500)
swatchmaker/Makefile

index fe7f4bd..b01fdfc 100755 (executable)
@@ -28,7 +28,8 @@ watcher:
        ruby watcher.rb
 
 server:
+       open http://localhost:8000/test/test.html
        python -m SimpleHTTPServer
 
-.PHONY: bootswatch bootstrap default watch server
+.PHONY: bootswatch bootstrap default watcher server