reworked build system to use rebar, tests still use external script, moved jsx_decoder.erl template to /priv from /src
This commit is contained in:
parent
862e5db7c3
commit
a83a0a4ebc
10 changed files with 17 additions and 130 deletions
|
@ -28,7 +28,7 @@
|
|||
-export([parser/0, parser/1]).
|
||||
|
||||
%% types for function specifications
|
||||
-include("jsx_types.hrl").
|
||||
-include("./include/jsx_types.hrl").
|
||||
|
||||
%% opts record
|
||||
-record(opts, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue