miragesdk: enable all warnings when compiling the projects

Signed-off-by: Thomas Gazagnaire <thomas@gazagnaire.org>
This commit is contained in:
Thomas Gazagnaire 2017-03-29 19:28:42 +02:00
parent b5a3d4b2aa
commit 9db898ceaf

View File

@ -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: