Updating makefile and removing the PDF from the repo.

This commit is contained in:
Vijay Chidambaram 2021-01-27 15:14:19 -06:00
parent 2842318bc7
commit 72c703e85f
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
all: jsys.tex
pdflatex jsys.tex
bibtex jsys
pdflatex jsys.tex
bibtex jsys
pdflatex jsys.tex
clean:
rm -rf *.aux *.log *.out *~*
rm -rf *.aux *.log *.out *~* jsys.pdf

BIN
jsys.pdf

Binary file not shown.