From: Siraaj Khandkar Date: Tue, 24 Mar 2015 11:01:22 +0000 (-0400) Subject: Add recipe: all X-Git-Tag: 2.4.0~3 X-Git-Url: https://git.xandkar.net/?p=hope.git;a=commitdiff_plain;h=532e045d6052ffcb0dc778ac013658083d1df466 Add recipe: all --- diff --git a/Makefile b/Makefile index d9e5840..92e43ad 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,13 @@ dialyze \ test +all: \ + clean \ + deps \ + compile \ + test \ + dialyze + travis_ci: \ deps \ compile \