File: Makefile

package info (click to toggle)
pxp 1.2.0~test1-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 5,980 kB
  • ctags: 2,039
  • sloc: ml: 21,222; xml: 2,597; sh: 845; makefile: 712
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