fix: PA5's Makefile needs same patch as PA4's
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3f4fdbd47f
commit
f01fa6374e
1 changed files with 2 additions and 1 deletions
|
@ -84,7 +84,8 @@ RUN sed -i 's/-zx/-ozx/g' \
|
||||||
# d) be as non-invasive as possible to the existing assignment code
|
# d) be as non-invasive as possible to the existing assignment code
|
||||||
RUN patch -u /usr/class/assignments/PA2/cool.flex -i /tmp/build/cool.flex.patch \
|
RUN patch -u /usr/class/assignments/PA2/cool.flex -i /tmp/build/cool.flex.patch \
|
||||||
&& patch -u /usr/class/assignments/PA3/cool.y -i /tmp/build/cool.y.patch \
|
&& patch -u /usr/class/assignments/PA3/cool.y -i /tmp/build/cool.y.patch \
|
||||||
&& patch -u /usr/class/assignments/PA4/Makefile -i /tmp/build/Makefile.patch
|
&& patch -u /usr/class/assignments/PA4/Makefile -i /tmp/build/Makefile.patch \
|
||||||
|
&& patch -u /usr/class/assignments/PA5/Makefile -i /tmp/build/Makefile.patch
|
||||||
|
|
||||||
# Setup working directory
|
# Setup working directory
|
||||||
RUN mkdir -p /class
|
RUN mkdir -p /class
|
||||||
|
|
Loading…
Reference in a new issue