mirror of
https://github.com/c-cube/iter.git
synced 2025-12-06 11:15:32 -05:00
fixed makefile after merge
This commit is contained in:
parent
bf475c1064
commit
e807c693bb
1 changed files with 0 additions and 15 deletions
15
Makefile
15
Makefile
|
|
@ -27,21 +27,6 @@ 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
|
||||
ocamlbuild -use-ocamlfind -pkg bench -pkg unix tests/benchs.native \
|
||||
tests/simple_bench.native
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue