Skip to content

Commit

Permalink
Fix typos in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Nov 22, 2024
1 parent 2137602 commit 22e7ce3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#

ESCRIPT = @ESCRIPT@
REBAR = @rebar@ # This rebar|rebar3|mix binary (or path to binary)
REBAR3 = @REBAR3@ # This is path to rebar3 binary
REBAR = @rebar@ # rebar|rebar3|mix binary (or path to binary)
REBAR3 = @REBAR3@ # path to rebar3 binary
MIX = @rebar@
AWK = @AWK@
INSTALL = @INSTALL@
Expand Down

0 comments on commit 22e7ce3

Please sign in to comment.