ignore errors in oasis-generated code
They are none of our concern...
This commit is contained in:
parent
eff7153821
commit
aab3878dd8
2
Makefile
2
Makefile
|
@ -20,7 +20,7 @@ setup-dev.exe: _oasis setup.ml
|
|||
|
||||
# Setup for the release
|
||||
setup.exe: setup.ml
|
||||
ocamlopt.opt -o $@ $< || ocamlopt -o $@ $< || ocamlc -o $@ $<
|
||||
ocamlopt.opt -w -3 -o $@ $< || ocamlopt -w -3 -o $@ $< || ocamlc -w -3 -o $@ $<
|
||||
rm -f setup.cmx setup.cmi setup.o setup.obj setup.cmo
|
||||
|
||||
build: $(SETUP) setup.data
|
||||
|
|
Loading…
Reference in New Issue