v0.7.0
Allow configuring binary output, `generate` command Resolves #7 by adding a `generate` command which generates a basic makefile to accomplish what `cpkg build` does. This also comes with a new configuration, being [package.bin], that allows you to change where the package will be output. By default, it is now `target/<package.name>`, while it previously was `target/out`.