From 381b2f535e16676548956f679b6d46970e9c7c7d Mon Sep 17 00:00:00 2001 From: Daniel Ponte Date: Sat, 10 Aug 2024 18:25:54 -0400 Subject: [PATCH] Fix makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/*