6 lines
61 B
Bash
6 lines
61 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -xe
|
||
|
|
||
|
cmake --build build_web --target clean
|