1
0
Fork 0
This repository has been archived on 2024-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
talk-lattice2024/justfile
2024-08-05 16:15:31 +02:00

9 lines
No EOL
275 B
Makefile

_default:
@just --list
compile MESSAGE: update-plots
datalad save -m "{{MESSAGE}}" talk.tex
datalad run -o talk.pdf -i talk.tex -m "build pdf" "lualatex talk.tex && lualatex talk.tex"
update-plots:
datalad run -o plots -m "update plots" "bash plt_update.sh"