make [all]
make install
make clean
DEBUG=1
build with debug symbolsSIGN_HOST
put artifacts in a sub folderSIGN_INSTALL_PATH
(default:bin
) control wheremake install
copies 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