Please change quoting of AUTHOR in Makefile to single quotes. Otherwise the @ will be interpreted as an array, resulting in an unimportant error in the generated Makefile.
AUTHOR => 'Leif Eriksen <tidyview@tidyview.sourceforge.net>',
Log in to post a comment.