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 cc91a24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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"
done
for f in $^; do \
cp $f "$(OUT_DIR)2023-$f" || echo "::warning file=$(shell pwd)/$f::Compile failed" \
; done

0 comments on commit cc91a24

Please sign in to comment.