File: Makefile

package info (click to toggle)
pxp 1.2.9-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,844 kB
  • sloc: ml: 28,666; xml: 2,597; makefile: 822; sh: 691
file content (6 lines) | stat: -rw-r--r-- 158 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
library.cgi: library.ml
	ocamlfind ocamlc -o library.cgi library.ml \
		-package "pxp,pxp-pp,cgi" -syntax camlp4o,byte -linkpkg

clean:
	rm *.cmo *.cmi *.cgi