A website for my game dev stuff that supports chat, etc.
 
 
 
 
 
zedshaw-games/Makefile

8 lines
88 B

build:
go build .
docs:
go tool godoc -http=localhost:6060 -index
run:
./fibertest