Skip to content

Commit

Permalink
Makefile simplified.
Browse files Browse the repository at this point in the history
  • Loading branch information
joergen7 committed Apr 11, 2016
1 parent 5b29e1d commit 7919de4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
SRC=bash effi effi_interact effi_script perl python r lib_refactor
INC=effi
PWD=$(shell pwd)

all: _build/default/bin/effi
all: compile

install: _build/default/bin/effi
install: compile
ln -sf $(PWD)/_build/default/bin/effi /usr/local/bin/effi

_build/default/bin/effi: $(SRC:%=src/%.erl) $(INC:%=include/%.hrl)
compile:
rebar3 escriptize

dev:
Expand Down

0 comments on commit 7919de4

Please sign in to comment.