Test targets and cleanup.

This commit is contained in:
Erik Stenman
2019-02-27 15:25:57 +01:00
parent ab150ce7f8
commit c624f4956c
4 changed files with 101 additions and 92 deletions
+9
View File
@@ -16,12 +16,21 @@ clean:
rm -f src/aeb_fate_code.erl
rm -f include/aeb_fate_opcodes.hrl
dialyzer: local
@$(REBAR) as local dialyzer
distclean: clean
@rm -rf _build/
euint: local
@$(REBAR) as local eunit
test: local
@$(REBAR) as local eunit
ebin/aeb_fate_generate_ops.beam: src/aeb_fate_generate_ops.erl ebin
erlc -o $(dir $@) $<