**/*.go {
prep: make test
prep: make build
daemon: ./bin/server
daemon: ./bin/client -id client1
daemon: ./bin/client -id client2
}