oplss2024/Makefile

9 lines
206 B
Makefile
Raw Normal View History

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