summaryrefslogtreecommitdiff
path: root/code/build.sh
diff options
context:
space:
mode:
authorRaymaekers Luca <luca@spacehb.net>2025-10-12 15:20:31 +0200
committerRaymaekers Luca <luca@spacehb.net>2025-10-12 15:20:31 +0200
commit59c7a90fae440b86a18560d55e9dca5d6c45d3cc (patch)
tree6ebb6a52b60a3c60df602e8044f0014bbb67916f /code/build.sh
parent7cb810089144d42d202e0b267235174d7869c5aa (diff)
checkpoint
Diffstat (limited to 'code/build.sh')
-rwxr-xr-xcode/build.sh2
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'