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 1e41be4 commit 9fe0a67
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
XRL=cf_scan cf_prescan
YRL=cf_parse
SRC=cf_cre cf_sem cf_shell cf_sup condor cuneiform cuneiform_app gen_queue lib_os local
INC=cuneiform
PWD=$(shell pwd)

all: _build/default/bin/cuneiform
all: compile

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

_build/default/bin/cuneiform: $(SRC:%=src/%.erl) $(INC:%=include/%.hrl) $(XRL:%=src/%.xrl) $(YRL:%=src/%.yrl)
compile:
rebar3 escriptize

dev:
Expand Down

0 comments on commit 9fe0a67

Please sign in to comment.