docker: makefile was renamed but did not show error util cache was busted

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2023-11-25 18:47:44 +01:00
committed by Ron Evans
parent 649f49e000
commit 03cfcbc17c
+1 -1
View File
@@ -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