create docker image

This commit is contained in:
2024-01-03 07:55:39 +01:00
parent a84af46ede
commit 4c0af57e01
4 changed files with 90 additions and 1 deletions

View File

@ -94,6 +94,9 @@ $(TSRV_PRG): $(TSRV_OUT)
$(TSRV_OUT): $(TSRV_OBJ)
$(CC) $(TSRV_OBJ) $(IFLAGS) -cpp -L$(LIB_DIR) $(LFLAGS) -o $@
image:
docker build -t depollueur . -f ./Dockerfile
doc:
doxygen src/Doxyfile