X-Git-Url: http://git.nguyen.vg/gitweb/?p=tatoo.git;a=blobdiff_plain;f=Remakefile.in;h=627f79ca540fe85b593140462357deccc60d33eb;hp=f8552fe32185270f60a771c6eccb677e0893f653;hb=524e7cad6802c1c32160d69728889cfe734753a4;hpb=a8f210b6229055c3c5101034d359c61476d8408a diff --git a/Remakefile.in b/Remakefile.in index f8552fe..627f79c 100644 --- a/Remakefile.in +++ b/Remakefile.in @@ -66,8 +66,10 @@ distclean: clean test_clean %.ml: if test -f $*.mly; then + $(REMAKE) $*.mly $(OCAMLYACC) $*.mly elif test -f $*.mll; then + $(REMAKE) $*.mll $(OCAMLLEX) $*.mll fi