Skip to content

Commit

Permalink
docker: makefile was renamed but did not show error util cache was bu…
Browse files Browse the repository at this point in the history
…sted

Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Nov 28, 2023
1 parent 4cbabc4 commit 3392969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt-get update && \
/var/tmp/* \
/tmp/*

COPY ./Makefile /tinygo/Makefile
COPY ./GNUmakefile /tinygo/GNUmakefile

RUN cd /tinygo/ && \
make llvm-source
Expand Down

0 comments on commit 3392969

Please sign in to comment.