File: Makefile

package info (click to toggle)
ocamlagrep 1.0-13
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 164 kB
  • sloc: ml: 478; ansic: 252; makefile: 73
file content (6 lines) | stat: -rw-r--r-- 147 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
# Makefile for testagrep example program.
#
# Added for the ocamlagrep Debian package.

all:
	ocamlc -o testagrep -I +agrep agrep.cma testagrep.ml