From: toots@rastageeks.org Date: Thu, 28 Aug 2008 16:44:07 +0000 (+0000) Subject: Added bootstrap and uninstall target X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=64bcd448dc8787b82828a49edb709436ec2de93d;p=ocaml-bitstring.git Added bootstrap and uninstall target --- diff --git a/Makefile.in b/Makefile.in index 6086f24..701724b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -274,6 +274,9 @@ install: pa_bitstring.cmo @for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done +uninstall: + ocamlfind remove bitstring + # Standard rules. .mli.cmi: diff --git a/bootstrap b/bootstrap new file mode 100755 index 0000000..06d18c4 --- /dev/null +++ b/bootstrap @@ -0,0 +1,5 @@ +#!/bin/sh + +aclocal +autoheader +autoconf