diff --git a/Makefile b/Makefile index cabef51..2b77ae0 100644 --- a/Makefile +++ b/Makefile @@ -1,18 +1,18 @@ REBAR = $(shell which rebar3 2>/dev/null || echo ./rebar3) ENABLE_STATIC = no all: ENABLE_STATIC=$(ENABLE_STATIC) $(REBAR) compile clean: $(REBAR) clean run: - $(REBAR) shell --config app.config --apps egara + $(REBAR) shell --config app.config release: $(REBAR) release tests: $(REBAR) eunit