Revision 921230e6
Added by Christophe Garion over 4 years ago
src/Makefile.in | ||
---|---|---|
30 | 30 |
@mkdir -p $(LOCAL_BINDIR) |
31 | 31 |
@mv _build/tools/stateflow/sf_sem.native $(LOCAL_BINDIR)/lustresf |
32 | 32 |
|
33 |
json-parser-ex:
|
|
33 |
json-parser: |
|
34 | 34 |
@echo Compiling binary json-parser-ex |
35 |
@$(OCAMLBUILD) tools/stateflow/main_with_json.native
|
|
35 |
@$(OCAMLBUILD) tools/stateflow/json-parser/main_parse_json_file.native
|
|
36 | 36 |
@mkdir -p $(LOCAL_BINDIR) |
37 |
@mv _build/tools/stateflow/main_with_json.native $(LOCAL_BINDIR)/json-parser-ex
|
|
37 |
@mv _build/tools/stateflow/json-parser/main_parse_json_file.native $(LOCAL_BINDIR)/json-parser
|
|
38 | 38 |
|
39 | 39 |
doc: |
40 | 40 |
@echo Generating doc |
Also available in: Unified diff
json-parser: clean files names and directories