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

NAME = shyant

default: TAGS debug-code native-code

tags: 
	ocamltags *.ml

TAGS: 
	ocamltags *.ml

-include OCamlMakefile