Skip to content
Snippets Groups Projects
Commit a37fd73f authored by Manohar Vanga's avatar Manohar Vanga
Browse files

spec: cleaned up Makefile


Signed-off-by: default avatarManohar Vanga <manohar.vanga@gmail.com>
parent 29dbcdd6
No related merge requests found
FILE=sdwb
all:
all: $(FILE).pdf
$(FILE).pdf: $(FILE).tex
latex $(FILE).tex
latex $(FILE).tex
dvipdfm $(FILE).dvi
evince $(FILE).pdf
clean:
rm -rf *.aux *.dvi *.log *.pdf *.toc *.lot *.lof
File deleted
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment