Skip to content

Commit 7964601

Browse files
committed
Fix code:priv_dir missing
1 parent 76abdbb commit 7964601

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PROJECT = $(notdir $(shell pwd))
22
ERLC_OPTS = +debug_info +warn_export_all +warn_export_vars +warn_shadow_vars +warn_obsolete_guard
3-
#CT_SUITES = swab
4-
#EDOC_OPTS = {private, true}
3+
4+
EUNIT_ERL_OPTS = -pa $(shell pwd)/priv -pa $(shell pwd)/ebin
55

66
include erlang.mk
77

0 commit comments

Comments
 (0)