diff options
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 |