Skip to content

Commit 9f0f044

Browse files
committed
Docs: extend 'omake clean' in ocaml/doc/
Signed-off-by: Rob Hoes <[email protected]>
1 parent 389859d commit 9f0f044

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ocaml/doc/OMakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ sdk-install: doc
2424

2525
.PHONY: clean
2626
clean:
27-
rm -f *~ *.cmi *.cmx *.cmo *.a *.cma *.cmxa *.run *.opt *.annot *.o
28-
rm -rf components.js content jsapi
27+
rm -f *~ *.cmi *.cmx *.cmo *.a *.cma *.cmxa *.run *.opt *.annot *.o *.omc
28+
rm -rf components.js content api jsapi

0 commit comments

Comments
 (0)