From aadff4d1cf17cc23f6f38ab0da51baabfeb9f9d1 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Wed, 1 Oct 2025 16:53:49 +0200 Subject: checkpoint --- build.sh | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 build.sh (limited to 'build.sh') 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 -- cgit v1.2.3-70-g09d2