Skip to content

Commit 6cbb080

Browse files
authored
Merge pull request #54 from clojerl/latest.clojerl.version.build.fails.to.start
Latest clojerl version build fails to start
2 parents 8db304c + 8a90f3f commit 6cbb080

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ DOCKER_REPO := jfacorro/try_clojerl
55
DOCKER_TAG := $(shell git describe --tags --always 2>/dev/null || echo 0)
66

77
all:
8-
@ rebar3 compile
8+
@ rebar3 clojerl compile
99

10-
repl: all
10+
repl:
1111
@ rebar3 clojerl repl --apps try_clojerl
1212

1313
clean:
1414
@ rm -rf _build rebar.lock
1515

16-
release: all
17-
@ rebar3 as prod release
16+
release:
17+
@ rebar3 as prod clojerl release
1818

1919
docker-build: clean
2020
@ docker run -i \

rebar.config

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}.
99

1010
{ plugins
11-
, [ {'rebar3_clojerl', ".*", {git, "https://github.com/clojerl/rebar3_clojerl", {branch, "0.3.0"}}}
11+
, [ {'rebar3_clojerl', ".*", {git, "https://github.com/clojerl/rebar3_clojerl", {branch, "0.4.0"}}}
1212
]
1313
}.
1414

@@ -24,10 +24,6 @@
2424
]
2525
}.
2626

27-
{ provider_hooks
28-
, [{post, [{compile, {clojerl, compile}}]}]
29-
}.
30-
3127
{ profiles
3228
, [ { prod
3329
, [ {relx, [{dev_mode, false}, {include_erts, true}]}

0 commit comments

Comments
 (0)