anarch/make.sh

4 lines
130 B
Bash
Raw Normal View History

2019-10-02 14:31:27 -04:00
#!/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