Skip to content

Commit

Permalink
[#306] Remove debug target, add install target
Browse files Browse the repository at this point in the history
  • Loading branch information
jfacorro committed Mar 20, 2020
1 parent 9ff1eb6 commit 8031ed4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ all:
@ echo "Building escript..."
@ rebar3 escriptize

debug:
rebar3 as debug escriptize
install: all
@ echo "Installing escript..."
@ cp _build/default/bin/erlang_ls /usr/local/bin

ci:
rebar3 do compile, ct, proper --cover --constraint_tries 100, dialyzer, xref, cover, edoc
Expand Down

0 comments on commit 8031ed4

Please sign in to comment.