diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 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 @@ -112,6 +111,6 @@ clean: clean-common-test-data distclean: clean - rm -rf $(DEPS_PLT) - - rm -rvf $(CURDIR)/deps/* + - rm -rvf $(CURDIR)/deps rebuild: distclean deps compile escript dialyzer test |