git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1370 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Xavier Leroy 1997-03-11 10:58:27 +00:00
parent 72157b51f7
commit 7dfdbcb2b1
2 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@ partialclean:
clean: partialclean
rm -f *.lib *.obj
cd bignum & $(MAKEREC) clean
cd bignum & $(MAKEREC) scratch
cd test & $(MAKEREC) clean
.SUFFIXES: .ml .mli .cmi .cmo .cmx

View File

@ -55,14 +55,14 @@ genlex.exe: $(CODE_GENLEX)
clean::
rm -f Lex\*.cm* Lex\*.obj Lex\*.asm
Lex\grammar.ml Lex\grammar.mli: Lex\grammar.mly
Lex\grammar.ml Lex\grammar.mli: Lex\grammar.mly ..\yacc\ocamlyacc.exe
$(CAMLYACC) $(YACCFLAGS) Lex\grammar.mly
clean::
rm -f Lex\grammar.ml Lex\grammar.mli
beforedepend:: Lex\grammar.ml Lex\grammar.mli
Lex\scanner.ml: Lex\scanner.mll
Lex\scanner.ml: Lex\scanner.mll ..\lex\ocamllex
$(CAMLLEX) Lex\scanner.mll
clean::