DUMB FROTZ: Fix syntax and version. Fix defines.h and git_hash.h. Fix long option...
authorDavid Griffith <dave@661.org>
Wed, 22 Feb 2017 12:24:59 +0000 (04:24 -0800)
committerDavid Griffith <dave@661.org>
Wed, 22 Feb 2017 12:28:35 +0000 (04:28 -0800)
commit8ba496c113905bb0b623ec57be7de3042f933daf
tree7622211c8122da2f5ac0d7f4357c1982f792a06d
parent567772e63f6c6def87302a36965a38886363fc7d
DUMB FROTZ: Fix syntax and version. Fix defines.h and git_hash.h. Fix long option crap.

The zgetopt() function will throw an error if you attempt to use a long
option flag like --this.  So I'm including "-" in the third parameter to
zgetopt() to cause long option flags to be ignored.
Makefile
src/dumb/dumb_init.c