File: Makefile.in

package info (click to toggle)
cafeobj 1.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid
  • size: 19,900 kB
  • sloc: lisp: 85,055; sh: 659; makefile: 437; perl: 147
file content (13 lines) | stat: -rw-r--r-- 242 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13

interp.pdf: interp.tex
	pdftex interp.tex

syntax.pdf: syntax.tex
	xelatex syntax
	xelatex syntax
	xelatex syntax

clean:
	rm -f interp.log interp.aux
	rm -f syntax.log syntax.aux syntax.out syntax.toc
	rm -f interp-todo.log interp-todo.aux