mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
miragesdk: enable all warnings when compiling the projects
Signed-off-by: Thomas Gazagnaire <thomas@gazagnaire.org>
This commit is contained in:
parent
b5a3d4b2aa
commit
9db898ceaf
@ -70,13 +70,13 @@ clean::
|
|||||||
.PHONY: test
|
.PHONY: test
|
||||||
|
|
||||||
test:
|
test:
|
||||||
jbuilder runtest
|
jbuilder runtest --dev
|
||||||
|
|
||||||
dev-clean:
|
dev-clean:
|
||||||
rm -rf _build dhcp-client/calf/_build
|
rm -rf _build dhcp-client/calf/_build
|
||||||
|
|
||||||
dev:
|
dev:
|
||||||
cd dhcp-client/calf && mirage configure && make
|
cd dhcp-client/calf && mirage configure && make
|
||||||
jbuilder build dhcp-client/main.exe
|
jbuilder build dhcp-client/main.exe --dev
|
||||||
|
|
||||||
.DELETE_ON_ERROR:
|
.DELETE_ON_ERROR:
|
||||||
|
Loading…
Reference in New Issue
Block a user