Use justfile instead of Makefile
This commit is contained in:
parent
f2c5b2272e
commit
d157475ced
20
Makefile
20
Makefile
@ -1,20 +0,0 @@
|
|||||||
|
|
||||||
.PHONY: clean
|
|
||||||
clean:
|
|
||||||
rm -f *.aux
|
|
||||||
rm -f *.log
|
|
||||||
rm -f *.out
|
|
||||||
|
|
||||||
.PHONY: clean_pdf
|
|
||||||
clean_pdf:
|
|
||||||
rm *.pdf
|
|
||||||
|
|
||||||
build_resume:
|
|
||||||
pdflatex -jobname "Greg Shuflin resume" resume.tex
|
|
||||||
|
|
||||||
|
|
||||||
.PHONY: clear_texlive_cache
|
|
||||||
clear_texlive_cache:
|
|
||||||
rm -rf /home/greg/.texlive
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user