1
0
Fork 0
mirror of https://git.coom.tech/drummyfish/small3dlib.git synced 2024-11-21 20:39:57 +01:00
small3dlib/make2.sh

6 lines
152 B
Bash
Raw Normal View History

2018-11-18 18:37:11 +01:00
#!/bin/bash
2018-11-21 16:46:01 +01:00
PROGRAM=test
2018-11-18 18:37:11 +01:00
clear; clear; g++ -x c -g -fmax-errors=5 -pedantic -Wall -Wextra -o $PROGRAM $PROGRAM.c -lSDL2 2>&1 >/dev/null && ./$PROGRAM