fixed makefile after merge

This commit is contained in:
Simon Cruanes 2013-10-17 14:56:09 +02:00
parent bf475c1064
commit e807c693bb

View file

@ -27,21 +27,6 @@ install_file:
all: bin doc install_file all: bin doc install_file
install_file:
@rm sequence.install || true
@echo 'doc: [' >> sequence.install
@for m in $(wildcard sequence.docdir/*.html) ; do \
echo ?"$${m}" >> sequence.install; \
done
@echo ']' >> sequence.install
@echo 'man: [' >> sequence.install
@for m in $(wildcard man/man3/[A-Z]*.3o) ; do \
echo ?"$${m}" >> sequence.install; \
done
@echo ']' >> sequence.install
all: bin doc install_file
benchs: all benchs: all
ocamlbuild -use-ocamlfind -pkg bench -pkg unix tests/benchs.native \ ocamlbuild -use-ocamlfind -pkg bench -pkg unix tests/benchs.native \
tests/simple_bench.native tests/simple_bench.native