From e84088e72e7de5f56acbbc24f7a9abe018abe01b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 1 May 2013 17:26:11 +0200 Subject: Add paragraph about a common workflow --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e5596e9..451fab3 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,12 @@ You can combine targets to perform many operations. For example, the shell command `make clean app` will have the effect of recompiling the application fully, without touching the dependencies. +A common workflow when editing a file would be to run `make` regularly +to see if it compiles (or less often `make clean app` if you want to +recompile everything), followed by `make dialyze` to see if there are +any type errors and then `make tests` to run the test suites. The +result of the test runs can be browsed from the `logs/index.html` file. + Options ------- -- cgit v1.2.3