mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 01:59:07 +00:00
miragesdk: fix dev
target
Paths have changed since 47b9f08b16
Signed-off-by: Thomas Gazagnaire <thomas@gazagnaire.org>
This commit is contained in:
parent
46cda7dc72
commit
ec988eb93b
@ -66,8 +66,8 @@ clean::
|
|||||||
(docker rmi -f $(IMAGE):dev || echo ok)
|
(docker rmi -f $(IMAGE):dev || echo ok)
|
||||||
|
|
||||||
dev:
|
dev:
|
||||||
cd calf && mirage configure && make
|
cd dhcp-client/calf && mirage configure && make
|
||||||
jbuilder build src/main.exe
|
jbuilder build dhcp-client/main.exe
|
||||||
# _build/default/src/main.exe -vv \
|
# _build/default/src/main.exe -vv \
|
||||||
# --cmd 'calf/_build/main.native -l debug --store 10 --net 12' \
|
# --cmd 'calf/_build/main.native -l debug --store 10 --net 12' \
|
||||||
# --ethif eno1
|
# --ethif eno1
|
||||||
|
Loading…
Reference in New Issue
Block a user