mirror of
https://codeberg.org/Gary_vov/pixeldrain-bypass-downloader
synced 2026-01-06 21:04:21 +00:00
Initial commit
This commit is contained in:
21
paper/Makefile
Normal file
21
paper/Makefile
Normal file
@@ -0,0 +1,21 @@
|
||||
DOCUMENT=main
|
||||
|
||||
$(DOCUMENT).pdf : $(DOCUMENT).tex
|
||||
latexmk -pdflatex="lualatex --halt-on-error --shell-escape %O %S" -pdf -dvi- -ps- "$<"
|
||||
|
||||
.PHONY : minted
|
||||
minted : minted.sty
|
||||
minted.sty :
|
||||
wget https://raw.githubusercontent.com/gpoore/minted/5219a9c8db6d8b9c1e7c3aeab892ab0f6fc74308/source/minted.sty
|
||||
|
||||
.PHONY : clean
|
||||
clean :
|
||||
rm -rf $(DOCUMENT).aux $(DOCUMENT).log $(DOCUMENT).pdf $(DOCUMENT).out $(DOCUMENT).fls $(DOCUMENT).listing $(DOCUMENT).fdb_latexmk texput.log _minted-$(DOCUMENT) svg-inkscape $(DOCUMENT).bbl $(DOCUMENT).bcf $(DOCUMENT).blg $(DOCUMENT).run.xml $(DOCUMENT).toc $(DOCUMENT).unq
|
||||
|
||||
.PHONY : run
|
||||
run :
|
||||
xdg-open $(DOCUMENT).pdf &
|
||||
|
||||
.PHONY : open
|
||||
open :
|
||||
xdg-open $(DOCUMENT).pdf &
|
||||
Reference in New Issue
Block a user