commit c9b06a84a675d1d23f63ac907b0d613b089e186d Author: wullie Date: Sat Apr 4 15:10:34 2026 +0000 Upload files to "/" diff --git a/build b/build new file mode 100644 index 0000000..432ea49 --- /dev/null +++ b/build @@ -0,0 +1,2 @@ +#!/bin/bash +gcc -I ./include src/rewrite.c -o tetris -lSDL3 -lstdWullie