Fix makefile
This commit is contained in:
parent
6455b4ad4c
commit
381b2f535e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -7,7 +7,7 @@ clean:
|
||||||
rm -f gordio calls
|
rm -f gordio calls
|
||||||
|
|
||||||
checkcalls:
|
checkcalls:
|
||||||
test ! -e client/calls/index.html && make getcalls
|
@test -e client/calls/index.html || make getcalls
|
||||||
|
|
||||||
getcalls:
|
getcalls:
|
||||||
rm -rf client/calls/*
|
rm -rf client/calls/*
|
||||||
|
|
Loading…
Reference in a new issue