summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornsensfel <SpamShield0@noot-noot.org>2018-02-27 14:16:16 +0100
committernsensfel <SpamShield0@noot-noot.org>2018-02-27 14:16:16 +0100
commit292022649270d36c8ab0c813e4d7e07f3e067231 (patch)
tree8e25f8c3e5db7f6bae7001d405f24e29115750f3 /Makefile
parentbe9a65dd6d24ca8e7006c0b8825a3fa46419e201 (diff)
Starting to specify types everywhere...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 947f0b2..96ebe3c 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,8 @@ all:
debug: $(DIALYZER_PLT_FILE)
$(MAKE) build_debug
$(DIALYZER) --check_plt --plt $(DIALYZER_PLT_FILE)
- $(DIALYZER) --get_warnings -r $(BIN_DIR) --plt $(DIALYZER_PLT_FILE)
+ $(DIALYZER) --get_warnings $(SRC_DIR)/*.erl $(SRC_DIR)/*/*.erl \
+ --src --plt $(DIALYZER_PLT_FILE) -Wunderspecs
build_debug:
$(MAKE) clean