diff options
| author | Raymaekers Luca <luca@spacehb.net> | 2025-10-01 16:53:49 +0200 |
|---|---|---|
| committer | Raymaekers Luca <luca@spacehb.net> | 2025-10-01 16:53:49 +0200 |
| commit | aadff4d1cf17cc23f6f38ab0da51baabfeb9f9d1 (patch) | |
| tree | f2755f80c5067ae97b667b4c5607d4502805d078 /build.sh | |
| parent | 4ea5261f32ec8acd4cdad7c364f57e6ebc86866a (diff) | |
checkpoint
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/build.sh b/build.sh deleted file mode 100755 index 79d0e2c..0000000 --- a/build.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -printf 'graphics.c\n' -clang \ - --target=wasm32 \ - -O2 \ - -nostdlib \ - -Wl,--no-entry \ - -Wl,--export-all \ - -o graphics.wasm \ - graphics.c |
