summaryrefslogtreecommitdiffstats
path: root/perl_checker.src/Makefile
blob: 5d28fa603e79d22f9552677383c8265ec9eab086 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# OCAMLC = ocamlcp -p a
OCAMLBCFLAGS = -w A
YFLAGS = -v
TRASH = parser.output
RESULT  = perl_checker
BCSUFFIX = _debug
SOURCES = common.ml types.mli info.ml parser_helper.ml parser.mly lexer.mll perl_checker.ml
LIBS = unix

NAME = shyant

default: debug-code native-code

-include OCamlMakefile