Skip to content

Commit

Permalink
Create priv directory
Browse files Browse the repository at this point in the history
sub_dirs is called after port_pre_script. Modify the Makefile to create
the priv directory.
  • Loading branch information
msantos committed Sep 17, 2010
1 parent 6f55793 commit 2fc9498
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
@@ -1,7 +1,11 @@

REBAR=./rebar

all: compile
all: dirs compile

# sub_dirs is called after port_pre_script
dirs:
-@mkdir priv

compile:
@$(REBAR) compile
Expand Down

0 comments on commit 2fc9498

Please sign in to comment.