Don't forget about ebin/
This commit is contained in:
parent
2286363adb
commit
1fcb6b89b5
@ -2,7 +2,7 @@
|
|||||||
-export([main/1]).
|
-export([main/1]).
|
||||||
|
|
||||||
main([FileName]) ->
|
main([FileName]) ->
|
||||||
LibDirs = (["include", "src", "test"] ++
|
LibDirs = (["ebin", "include", "src", "test"] ++
|
||||||
filelib:wildcard("{apps,deps,lib}/*/{ebin,include}")),
|
filelib:wildcard("{apps,deps,lib}/*/{ebin,include}")),
|
||||||
compile(FileName, LibDirs);
|
compile(FileName, LibDirs);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user