Move all packages to src/
Modify Makefile accordingly
This commit is contained in:
parent
3351024e3a
commit
d9405292a4
12
Makefile
12
Makefile
@ -3,12 +3,12 @@ DEV ?= --dev
|
|||||||
|
|
||||||
all:
|
all:
|
||||||
@jbuilder build ${DEV} \
|
@jbuilder build ${DEV} \
|
||||||
bin_node/main.exe \
|
src/bin_node/main.exe \
|
||||||
bin_client/main.exe \
|
src/bin_client/main.exe \
|
||||||
lib_protocol_compiler/main.exe
|
src/lib_protocol_compiler/main.exe
|
||||||
@cp _build/default/bin_node/main.exe tezos-node
|
@cp _build/default/src/bin_node/main.exe tezos-node
|
||||||
@cp _build/default/bin_client/main.exe tezos-client
|
@cp _build/default/src/bin_client/main.exe tezos-client
|
||||||
@cp _build/default/lib_protocol_compiler/main.exe tezos-protocol-compiler
|
@cp _build/default/src/lib_protocol_compiler/main.exe tezos-protocol-compiler
|
||||||
|
|
||||||
doc-html:
|
doc-html:
|
||||||
@jbuilder build @doc ${DEV}
|
@jbuilder build @doc ${DEV}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
diff --git a/lib_embedded_protocol_alpha/src/constants_repr.ml b/lib_embedded_protocol_alpha/src/constants_repr.ml
|
diff --git a/src/lib_embedded_protocol_alpha/src/constants_repr.ml b/src/lib_embedded_protocol_alpha/src/constants_repr.ml
|
||||||
index 61e79c8a..f91ce282 100644
|
index 61e79c8a..f91ce282 100644
|
||||||
--- a/lib_embedded_protocol_alpha/src/constants_repr.ml
|
--- a/src/lib_embedded_protocol_alpha/src/constants_repr.ml
|
||||||
+++ b/lib_embedded_protocol_alpha/src/constants_repr.ml
|
+++ b/src/lib_embedded_protocol_alpha/src/constants_repr.ml
|
||||||
@@ -49,15 +49,14 @@ let read_public_key s =
|
@@ -49,15 +49,14 @@ let read_public_key s =
|
||||||
Ed25519.Public_key.of_bytes (Bytes.of_string (Hex_encode.hex_decode s))
|
Ed25519.Public_key.of_bytes (Bytes.of_string (Hex_encode.hex_decode s))
|
||||||
|
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user