summaryrefslogtreecommitdiffstats
path: root/perl_checker.src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'perl_checker.src/Makefile')
-rw-r--r--perl_checker.src/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/perl_checker.src/Makefile b/perl_checker.src/Makefile
index 5d28fa6..9f66e4a 100644
--- a/perl_checker.src/Makefile
+++ b/perl_checker.src/Makefile
@@ -1,7 +1,7 @@
# OCAMLC = ocamlcp -p a
OCAMLBCFLAGS = -w A
YFLAGS = -v
-TRASH = parser.output
+TRASH = parser.output TAGS
RESULT = perl_checker
BCSUFFIX = _debug
SOURCES = common.ml types.mli info.ml parser_helper.ml parser.mly lexer.mll perl_checker.ml
@@ -9,6 +9,12 @@ LIBS = unix
NAME = shyant
-default: debug-code native-code
+default: TAGS debug-code native-code
+
+tags:
+ ocamltags *.ml
+
+TAGS:
+ ocamltags *.ml
-include OCamlMakefile \ No newline at end of file