Files
tetris/build
T
2026-04-06 21:05:59 +00:00

3 lines
66 B
Python

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