Revision d2d9d4cb
Added by Pierre-Loïc Garoche about 5 years ago
src/Makefile | ||
---|---|---|
1 |
OCAMLBUILD=/usr/bin/ocamlbuild -classic-display -use-ocamlfind -no-links
|
|
1 |
OCAMLBUILD=/home/ploc/.opam/4.04.0/bin/ocamlbuild -classic-display -use-ocamlfind -no-links
|
|
2 | 2 |
|
3 | 3 |
prefix=/home/ploc/Local |
4 | 4 |
exec_prefix=${prefix} |
... | ... | |
16 | 16 |
@mkdir -p $(LOCAL_BINDIR) |
17 | 17 |
@mv _build/main_lustre_compiler.native $(LOCAL_BINDIR)/lustrec |
18 | 18 |
|
19 |
lustret: |
|
20 |
@echo Compiling binary lustrec |
|
21 |
@$(OCAMLBUILD) main_lustre_compiler.native |
|
22 |
@mkdir -p $(LOCAL_BINDIR) |
|
23 |
@mv _build/main_lustre_compiler.native $(LOCAL_BINDIR)/lustrec |
|
24 |
|
|
25 |
|
|
19 | 26 |
doc: |
20 | 27 |
@echo Generating doc |
21 | 28 |
@$(OCAMLBUILD) lustrec.docdir/index.html |
Also available in: Unified diff
Missing files