Correct Makefile
This commit is contained in:
parent
6da145eefe
commit
5b1dd1834c
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ exercice: exercice.tex
|
|||
@if ! cmp --silent build/exercice.pdf exercice_*.pdf; then \
|
||||
touch exercice_tmp.pdf; \
|
||||
rm exercice*.pdf; \
|
||||
cp build/main.pdf exercice_${timestamp}.pdf; \
|
||||
cp build/exercice.pdf exercice_${timestamp}.pdf; \
|
||||
echo "Updated"; \
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue