I just started trying c2 and I ran into an error in the manual. In "My First Project" it suggests using the following as recipe.txt
target hello
$warnings no-unused
$generate-c
hello.c2
end
However c2c complains that "Error: recipe: line 1 expected keyword executable|lib". Replacing "target" by "executable" did the trick for me.
--shiv--