Make rebar use make (#15)

* Handle 5 to 8 args. Generate a test file with all instructions for asm/disasm.

* Add ops to test 7 and 8 arguments.

* Make sure rebar builds sources before trying to build.

* Make CI use rebar to build to make sure it works on top level without make.
This commit is contained in:
Erik Stenman
2019-03-04 13:28:15 +01:00
committed by GitHub
parent 43652e0843
commit 23695330ef
3 changed files with 8 additions and 1 deletions
+2
View File
@@ -4,6 +4,8 @@ REBAR ?= rebar3
all: local
sources: $(GENERATED_SRC)
local: $(GENERATED_SRC)
@$(REBAR) as local release