Makefile - twitch-go - twitch.tv web application in Go
 (HTM) git clone git://git.codemadness.org/twitch-go
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       Makefile (73B)
       ---
            1 build: clean
            2         GOPATH=`pwd` go build -ldflags=-s
            3 
            4 clean:
            5         rm -f twitch-go