diff --git a/Makefile b/Makefile index ac1c11d..c50efdc 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,9 @@ OCAMLLDFLAGS = -g all : native-code native-code-library byte-code-library top htdoc +clean :: + rm -r doc + LIBINSTALL_FILES = cpdf.a cpdf.cma cpdf.cmxa \ $(foreach x,$(MODS),$x.mli) $(foreach x,$(MODS),$x.cmi)