diff options
| author | Raymaekers Luca <luca@spacehb.net> | 2025-10-12 15:20:31 +0200 |
|---|---|---|
| committer | Raymaekers Luca <luca@spacehb.net> | 2025-10-12 15:20:31 +0200 |
| commit | 59c7a90fae440b86a18560d55e9dca5d6c45d3cc (patch) | |
| tree | 6ebb6a52b60a3c60df602e8044f0014bbb67916f /code/build.sh | |
| parent | 7cb810089144d42d202e0b267235174d7869c5aa (diff) | |
checkpoint
Diffstat (limited to 'code/build.sh')
| -rwxr-xr-x | code/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/build.sh b/code/build.sh index f892d39..e3aa269 100755 --- a/code/build.sh +++ b/code/build.sh @@ -72,7 +72,7 @@ printf 'index.html platform.js favicon.ico\n' ln -f index.html platform.js ../build cp ../data/favicon.ico ../build -if false +if [ ! -s "../build/ws" ] then cd ../ws printf 'ws.c\n' |
