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