inhies / cjdcmd

cjdcmd is a command line tool for cjdns
Other
43 stars 16 forks source link

Add simple Makefile #41

Closed alexander-bauer closed 11 years ago

alexander-bauer commented 11 years ago

This allows the build to be updated when required by make, rather than a straight go build, which forces recompilation. This Makefile also sets the Version variable to the output of git describe --tags --dirty=+, so that the exact version of a binary can be determined.