Skip to content

Commit

Permalink
Remove requirement for target repl
Browse files Browse the repository at this point in the history
  • Loading branch information
jfacorro committed May 9, 2018
1 parent 648e2f7 commit 2523917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ DOCKER_TAG := $(shell git describe --tags --always 2>/dev/null || echo 0)
all:
@ rebar3 clojerl compile

repl: all
repl:
@ rebar3 clojerl repl --apps try_clojerl

clean:
Expand Down

0 comments on commit 2523917

Please sign in to comment.