Fix makefile

This commit is contained in:
Daniel 2024-08-10 18:25:54 -04:00
parent 6455b4ad4c
commit 381b2f535e

View file

@ -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/*