Now removes 'doc' on make clean
This commit is contained in:
parent
d4740a5ecf
commit
0ee7c2a6b3
3
Makefile
3
Makefile
|
@ -13,6 +13,9 @@ OCAMLLDFLAGS = -g
|
||||||
|
|
||||||
all : native-code native-code-library byte-code-library top htdoc
|
all : native-code native-code-library byte-code-library top htdoc
|
||||||
|
|
||||||
|
clean ::
|
||||||
|
rm -r doc
|
||||||
|
|
||||||
LIBINSTALL_FILES = cpdf.a cpdf.cma cpdf.cmxa \
|
LIBINSTALL_FILES = cpdf.a cpdf.cma cpdf.cmxa \
|
||||||
$(foreach x,$(MODS),$x.mli) $(foreach x,$(MODS),$x.cmi)
|
$(foreach x,$(MODS),$x.mli) $(foreach x,$(MODS),$x.cmi)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue