mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 01:29:07 +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
|
||||
|
||||
test:
|
||||
jbuilder runtest
|
||||
jbuilder runtest --dev
|
||||
|
||||
dev-clean:
|
||||
rm -rf _build dhcp-client/calf/_build
|
||||
|
||||
dev:
|
||||
cd dhcp-client/calf && mirage configure && make
|
||||
jbuilder build dhcp-client/main.exe
|
||||
jbuilder build dhcp-client/main.exe --dev
|
||||
|
||||
.DELETE_ON_ERROR:
|
||||
|
Loading…
Reference in New Issue
Block a user