diff options
author | Linus Nordberg <linus@nordberg.se> | 2015-05-06 12:04:51 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2015-05-06 12:04:51 +0200 |
commit | 0e27a8f7b0fff609f463cca3b2bfb40a916fcc13 (patch) | |
tree | c83538159453a2f432b29781b95e7d84dda2a203 /Makefile | |
parent | ca8cbe163492f7fcb321d22d7e3700d8f0646d99 (diff) |
Dialyzer clean.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -131,6 +131,11 @@ tests-createcert: ) cp $(INSTDIR)/tests/httpsca/httpscert-1.pem $(INSTDIR)/tests/httpscert/ +dialyze: build + dialyzer ebin + +tags: + etags src/*.[he]rl # Unit testing. check: all |