Browse Source

Use rebar3 for building and testing Jiffy directly

pull/219/head
Paul J. Davis 3 years ago
parent
commit
ec198b19c2
4 changed files with 1 additions and 2 deletions
  1. +1
    -1
      Makefile
  2. BIN
      enc
  3. BIN
      rebar
  4. +0
    -1
      src/jiffy.app.src

+ 1
- 1
Makefile View File

@ -1,4 +1,4 @@
REBAR?=./rebar
REBAR?=rebar3
all: build

BIN
enc View File


BIN
rebar View File


+ 0
- 1
src/jiffy.app.src View File

@ -11,7 +11,6 @@
"Makefile",
"README.md",
"c_src",
"enc",
"plugins",
"rebar.config",
"rebar.config.script",

Loading…
Cancel
Save