Files
tetris/build
T
2026-04-04 15:10:34 +00:00

3 lines
72 B
Python

#!/bin/bash
gcc -I ./include src/rewrite.c -o tetris -lSDL3 -lstdWullie