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