Skip to content

Commit

Permalink
handle deps before compilation.
Browse files Browse the repository at this point in the history
  • Loading branch information
omerk committed Jun 14, 2013
1 parent d1acf99 commit e5aa19c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ LDFLAGS=-L. -L$(ERL_LIB)/lib -Ldeps/pihwm/lib -Lpriv

PIHWMLIB = pihwm pi_gpio

all: init library gpio_port build

all: library gpio_port build
init:
mkdir -p priv
./rebar get-deps

library: $(PIHWMLIB)

Expand Down

0 comments on commit e5aa19c

Please sign in to comment.