Generate the code from the makefile. Remove generated files.

This commit is contained in:
Erik Stenman 2019-02-27 11:55:53 +01:00 committed by Erik Stenman
parent c04d86f691
commit 0271b2336e

View File

@ -19,8 +19,6 @@ clean:
dialyzer: local dialyzer: local
@$(REBAR) as local dialyzer @$(REBAR) as local dialyzer
distclean: clean distclean: clean
@rm -rf _build/ @rm -rf _build/
@ -30,7 +28,6 @@ eunit: local
test: local test: local
@$(REBAR) as local eunit @$(REBAR) as local eunit
ebin/aeb_fate_generate_ops.beam: src/aeb_fate_generate_ops.erl ebin ebin/aeb_fate_generate_ops.beam: src/aeb_fate_generate_ops.erl ebin
erlc -o $(dir $@) $< erlc -o $(dir $@) $<