diff options
author | Eric B Merritt <[email protected]> | 2013-04-05 14:31:17 -0700 |
---|---|---|
committer | Eric B Merritt <[email protected]> | 2013-04-05 14:31:29 -0700 |
commit | a96ae5dc597cbc01515c75fea9f41a6d79be91b3 (patch) | |
tree | baeea4d5ff0d4ed6492d825e36a40c78aca83c4a /Makefile | |
parent | a55808420959bae0d9097ab97bc96e1fc4b4d19b (diff) | |
download | relx-a96ae5dc597cbc01515c75fea9f41a6d79be91b3.tar.gz relx-a96ae5dc597cbc01515c75fea9f41a6d79be91b3.tar.bz2 relx-a96ae5dc597cbc01515c75fea9f41a6d79be91b3.zip |
support both R14 'behaviours' and R15+ 'callback info'
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -81,8 +81,7 @@ $(DEPS_PLT): --apps erts kernel stdlib -r deps dialyzer: $(DEPS_PLT) - dialyzer --plt $(DEPS_PLT) --fullpath -Wrace_conditions \ - -I include -pa $(CURDIR)/ebin --src src + dialyzer --fullpath --plt $(DEPS_PLT) -I include -Wrace_conditions -r ./ebin typer: typer --plt $(DEPS_PLT) -r ./src |