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 fb2d6b6252
commit 5dd3d36954

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: