File: Makefile

package info (click to toggle)
lablgtk3 3.1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,796 kB
  • sloc: ml: 40,890; ansic: 22,312; makefile: 133; sh: 17
file content (12 lines) | stat: -rw-r--r-- 387 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
all: unicode_table unicode_viewer

unicode_table: unicode_table.ml
	ocamlfind ocamlc -package lablgtk2 -linkpkg -o unicode_table $<
unicode_table.opt: unicode_table.ml
	ocamlfind ocamlopt -package lablgtk2 -linkpkg -o unicode_table $<

unicode_viewer: unicode_viewer.ml
	ocamlfind ocamlc -package lablgtk2 -linkpkg -o unicode_viewer $<
clean:
	rm *.cm* *.o unicode_viewer unicode_table