3 lines
72 B
Python
3 lines
72 B
Python
#!/bin/bash
|
|
gcc -I ./include src/rewrite.c -o tetris -lSDL3 -lstdWullie
|
#!/bin/bash
|
|
gcc -I ./include src/rewrite.c -o tetris -lSDL3 -lstdWullie
|