make [all]
make install
make clean
DEBUG=1build with debug symbolsSIGN_HOSTput artifacts in a sub folderSIGN_INSTALL_PATH(default:bin) control wheremake installcopies the binary
make stage1
make stage2
make stage3
make test
make signc
make clean-bin
docker run --volume `pwd`:/sign --workdir /sign -it signlang/base:<version> make <target>
If Docker is cloned in the same folder as signc the following make targets become available:
make all/<version>
make test/<version>
make install/<version>
To make all docker versions:
make all/docker
make test/docker
make install/docker