diff --git a/Makefile b/Makefile index abc44e6..006d729 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ clean: rm -f gordio calls checkcalls: - test ! -e client/calls/index.html && make getcalls + @test -e client/calls/index.html || make getcalls getcalls: rm -rf client/calls/*