Skip to content

Commit ca61a65

Browse files
committed
Change to Rebar3 build system
1 parent 94cb441 commit ca61a65

File tree

7 files changed

+34
-7758
lines changed

7 files changed

+34
-7758
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v4
2222

2323
- name: Build the library
24-
run: make
24+
run: rebar3 compile
2525

2626
- name: Run the regression tests
27-
run: make eunit
27+
run: rebar3 eunit

Makefile

Lines changed: 0 additions & 8 deletions
This file was deleted.

ebin/term_validator.app

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)