release-0.3.1
[0.3.1] - 2023-01-10
Added
- Added an installation successful message to the
install
target. - The Makefile variable
WORKDIR_ROOT
can now be overidden on the command line.
Changed
- Build dependencies are now populated under
$(WORKDIR_ROOT)/deps/
. - Build artifacts are now populated under
$(WORKDIR_ROOT)/build/
. - Test artifacts are now populated under
$(WORKDIR_ROOT)/test/
.
Fixed
- Running target
check
andtest
, now try to test the dependencies as well
Full Changelog: 0.3.0...0.3.1