Skip to content

Commit

Permalink
Add escript option to the makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Wilberding <diginux@gmail.com>
  • Loading branch information
ericbmerritt authored and jwilberding committed Feb 17, 2012
1 parent e77bf2b commit b29add6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Expand Up @@ -29,7 +29,7 @@ BEAMS= $(BEAMDIR)/joxa/compiler.beam $(BEAMDIR)/joxa/shell.beam \
.SUFFIXES:
.SUFFIXES:.jxa
.PHONY:all bootstrap_test bootstrap_helper bootstrap setup do-changeover clean \
test build cucumber shell
test build cucumber shell escript

all: build $(BEAMS)

Expand All @@ -54,6 +54,9 @@ cucumber: $(BEAMS)
shell: $(BEAMS)
`which rlwrap` sinan shell

escript: $(BEAMS)
sinan escript

do-changeover: setup bootstrap_test bootstrap_helper $(BEAMS)
sinan cucumber; \
sinan eunit; \
Expand Down

0 comments on commit b29add6

Please sign in to comment.