Česky
Kamil Dudka

SGVis - Social Graph Visualizer (Java, Prefuse)

File detail

Name:DownloadMakefile [Download]
Location: sgvis > SGVis > doc
Size:194 B
Last modification:2022-09-09 13:06

Source code

DOC=proj_doc
 
.PHONY: clean
 
$(DOC).pdf: clean
	pdflatex $(DOC)
	bibtex $(DOC)
	pdflatex $(DOC)
	pdflatex $(DOC)
 
clean:
	rm -f *.dvi *.log *.blg *.bbl *.toc *.aux *.out *.nav *.snm #$(DOC).pdf