oplss2024/Makefile

9 lines
206 B
Makefile
Raw Normal View History

2024-06-04 17:52:15 +00:00
SOURCES := $(shell find . -name "*.typ")
oplss.pdf: oplss.typ $(SOURCES)
typst compile $<
deploy: oplss.pdf
2024-06-04 14:31:23 +00:00
rsync -azr \
--exclude .git \
./ root@veil:/home/blogDeploy/public/public-files/oplss-2024