Skip to content

Commit

Permalink
Add missing pattern to make -C ocamldoc clean
Browse files Browse the repository at this point in the history
  • Loading branch information
dra27 committed Jul 21, 2022
1 parent 676ec09 commit e54bd38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocamldoc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ clean:
rm -f odoc_lexer.ml odoc_text_lexer.ml odoc_see_lexer.ml odoc_ocamlhtml.ml
rm -f odoc_parser.ml odoc_parser.mli odoc_text_parser.ml odoc_text_parser.mli
rm -f generators/*.cm[taiox] generators/*.a generators/*.lib generators/*.o generators/*.obj \
generators/*.cmx[as]
generators/*.cmx[as] generators/*.cmti

.PHONY: distclean
distclean: clean
Expand Down

0 comments on commit e54bd38

Please sign in to comment.