Skip to content

Commit

Permalink
Mark line continuations in 2023/Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Mar 24, 2023
1 parent 5f506ef commit 502aeb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 2023/Makefile
Expand Up @@ -4,6 +4,6 @@ include ../common.mk
LATEXMK_OPTS += -xelatex -shell-escape

all: 03-22_Openmod.pdf 03-27_CCG.pdf
for f in $^; do
cp $f "$(OUT_DIR)2023-$f || echo "::warning file=$(shell pwd)/$f::Compile failed"
for f in $^; do \
cp $f "$(OUT_DIR)2023-$f || echo "::warning file=$(shell pwd)/$f::Compile failed" \
done

0 comments on commit 502aeb4

Please sign in to comment.