Skip to content

Commit

Permalink
no need for wildcard
Browse files Browse the repository at this point in the history
  • Loading branch information
lazedo committed Mar 2, 2016
1 parent 4f8747e commit 71f6148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/kz.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ERLC_OPTS += -Werror +warn_export_all +warn_unused_import +warn_unused_vars

ELIBS = $(ERL_LIBS):$(ROOT)/deps:$(ROOT)/core
EBINS += $(ROOT)/core/whistle/ebin \
$(wildcard $(ROOT)/deps/lager/ebin)
$(ROOT)/deps/lager/ebin
TEST_EBINS += $(EBINS)
PA = -pa ebin/ $(foreach EBIN,$(EBINS),-pa $(EBIN))
TEST_PA = -pa ebin/ $(foreach EBIN,$(TEST_EBINS),-pa $(EBIN))
Expand Down

0 comments on commit 71f6148

Please sign in to comment.