mirror of
https://gitlab.com/drummyfish/anarch.git
synced 2024-11-10 19:25:08 -05:00
4 lines
130 B
Bash
4 lines
130 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
clear; clear; g++ -x c -g -fmax-errors=5 -pedantic -O3 -Wall -Wextra -o game main.c -lSDL2 2>&1 >/dev/null && ./game
|