File: Makefile

package info (click to toggle)
camlidl 1.13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,572 kB
  • sloc: ml: 5,236; ansic: 945; cpp: 908; makefile: 358; xml: 213; sh: 74
file content (11 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
all: transf texquote2

%: %.ml
	ocamlopt -o $* $*.ml

transf.ml: transf.mll
	ocamllex transf.mll

clean:
	rm -f transf texquote2 *.cm? *.o transf.ml