Skip to content

v0.7.0

Compare
Choose a tag to compare
@DvvCz DvvCz released this 14 Apr 05:37
· 17 commits to master since this release
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`.