Moved cross-compilation config into master branch

This commit is contained in:
Alexey Romanov
2010-11-18 13:16:52 +03:00
parent 71866dcc05
commit fca4596295
2 changed files with 16 additions and 0 deletions

View File

@@ -24,4 +24,7 @@ else
dialyzer --plt $(PLT) -r ebin
endif
cross_compile: clean
$(REBAR_COMPILE) -C rebar.cross_compile.config
.PHONY: all compile test clean docs static