Skip to content

Commit

Permalink
Do not build examples to ebin dir
Browse files Browse the repository at this point in the history
It is really irritating
  • Loading branch information
dgud committed May 7, 2014
1 parent 5b0827a commit fd097b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/Makefile
Expand Up @@ -10,7 +10,7 @@ MODULES = \



EBIN = ../ebin
EBIN = .
ERLC = erlc

override ERLC_FLAGS = -W -pa ../../cl/ebin
Expand All @@ -28,7 +28,7 @@ debug: all
release: all

depend:
edep -MM -o ../ebin $(ERLC_FLAGS) $(MODULES:%=%.erl) > depend.mk
edep -MM -o . $(ERLC_FLAGS) $(MODULES:%=%.erl) > depend.mk

dialyze:
dialyzer --src -o dia.out $(ERLC_FLAGS) -c $(MODULES:%=%.erl)
Expand Down

0 comments on commit fd097b0

Please sign in to comment.