File: Makefile

package info (click to toggle)
ssreflect 2.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,536 kB
  • sloc: ml: 506; sh: 190; lisp: 39; makefile: 39
file content (9 lines) | stat: -rw-r--r-- 248 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
# porting.tex assumes the preliminary installation of https://github.com/affeldt-aist/ssrmint
# see the README for installation instructions
FILE = porting
TEX = pdflatex --shell-escape

all:
	$(TEX) $(FILE).tex
	bibtex $(FILE)
	$(TEX) $(FILE).tex