diff options
author | Pierre Weis <Pierre.Weis@inria.fr> | 2000-02-17 16:40:41 +0000 |
---|---|---|
committer | Pierre Weis <Pierre.Weis@inria.fr> | 2000-02-17 16:40:41 +0000 |
commit | dd396a589382fa0b53d552817d7f78f2e2f4401b (patch) | |
tree | 86db43ebb10ba3a562980c25eb9ed4d55839ae84 /otherlibs/labltk/compiler | |
parent | cfc2ad827669b1d067000b2b4ecf4fa3b45b5583 (diff) |
Introduction de l'imprimeur.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2832 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/labltk/compiler')
-rw-r--r-- | otherlibs/labltk/compiler/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/otherlibs/labltk/compiler/Makefile b/otherlibs/labltk/compiler/Makefile index 1ec26aef4..6b215dcbf 100644 --- a/otherlibs/labltk/compiler/Makefile +++ b/otherlibs/labltk/compiler/Makefile @@ -1,7 +1,7 @@ include ../support/Makefile.common -OBJS=tsort.cmo tables.cmo lexer.cmo parser.cmo compile.cmo intf.cmo \ - maincompile.cmo +OBJS=tsort.cmo tables.cmo printer.cmo lexer.cmo parser.cmo \ + compile.cmo intf.cmo maincompile.cmo tkcompiler : $(OBJS) $(LABLC) $(LINKFLAGS) -o tkcompiler $(OBJS) |