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