This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is an upgrade of the script made by [email protected] that does do | |
# some error checking as it works. | |
# TODO: version number variables, make shell script to download this and build it on remote host, | |
# possibly use the protobuf files that seem to ship with mosh? | |
.PHONY: all clean | |
.PRECIOUS: %.tar.gz | |
.SECONDARY: mosh-1.3.2.tar.gz protobuf-2.6.1.tar.gz protoc | |
all: ${HOME}/bin/mosh |