Go to file
Maschell df89c96208 Use latest wut version 2021-11-06 20:02:07 +01:00
.github/workflows first commit 2021-11-06 13:44:39 +01:00
source Use OSConsoleWriteEx to set the masks 2021-11-06 17:08:04 +01:00
.gitignore first commit 2021-11-06 13:44:39 +01:00
Dockerfile Use latest wut version 2021-11-06 20:02:07 +01:00
Makefile first commit 2021-11-06 13:44:39 +01:00
README.md first commit 2021-11-06 13:44:39 +01:00

README.md

Building using the Dockerfile

It's possible to use a docker image for building. This way you don't need anything installed on your host system.

# Build docker image (only needed once)
docker build . -t loggingmodule-builder

# make 
docker run -it --rm -v ${PWD}:/project loggingmodule-builder make

# make clean
docker run -it --rm -v ${PWD}:/project loggingmodule-builder make clean