Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
makefile 653 B
lastenheft: lastenheft.tex
	pdflatex lastenheft.tex

full: lastenheft.tex
	make clean
	pdflatex lastenheft.tex
	bibtex lastenheft
	makeglossaries lastenheft
	pdflatex lastenheft.tex
	pdflatex lastenheft.tex

clean: 
	rm -rf lastenheft.aux
	rm -rf lastenheft.bbl
	rm -rf lastenheft.bcf
	rm -rf lastenheft.blg
	rm -rf lastenheft.idx
	rm -rf lastenheft.glo
	rm -rf lastenheft.glg
	rm -rf lastenheft.gls
	rm -rf lastenheft.log
	rm -rf lastenheft.out
	rm -rf lastenheft.run.xml
	rm -rf lastenheft.toc
	rm -rf lastenheft.xdy
	rm -rf lastenheft-blx.bib
	rm -rf lastenheft.fls
	rm -rf lastenheft.fdb_latexmk
	rm -rf lastenheft.pdf
	rm -rf lastenheft.synctex.gz