X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=Makefile;h=92e43ad5aeb497420ae8ff8bc47f4d82b97b96ab;hb=fd66fd0c607571374fd2c4a5cd3131b042bded74;hp=3d8049884141f5135b13cd9a3895f6bdea55ed9e;hpb=5bf3cf5421035240626613376c05644c8bd27908;p=hope.git diff --git a/Makefile b/Makefile index 3d80498..92e43ad 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ .PHONY: \ - ci \ + travis_ci \ fresh-build \ compile \ clean \ @@ -9,7 +9,14 @@ dialyze \ test -ci: \ +all: \ + clean \ + deps \ + compile \ + test \ + dialyze + +travis_ci: \ deps \ compile \ test