Dir cleanup

This commit is contained in:
2025-10-01 23:44:19 +02:00
parent bf9a88805f
commit 1b2237f2f7
39 changed files with 84 additions and 74 deletions

View File

@@ -17,7 +17,7 @@ FROM deps AS build
ARG TARGET
ADD . /workspace
ADD ./src /workspace
WORKDIR /workspace
RUN make ${TARGET}