Adding prefix to 'make' to build cc65 with the correct location.

This commit is contained in:
Rob Greene 2018-01-19 22:53:02 -06:00
parent 24fb22057f
commit 8dc9255052
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ RUN apk add --no-cache build-base && \
cd /tmp && \
tar xzf *.tar.gz && \
cd cc65* && \
make && \
env prefix=/usr/local make && \
env prefix=/usr/local make install && \
cd - && \
rm -rf *.tar.gz cc65* && \