fun-with-matrices/compile
2024-08-11 03:06:27 +01:00

4 lines
87 B
Bash
Executable File

#!/bin/bash
(set -x ; clang -g $(pkg-config --cflags --libs sdl2) -lm main.c -o main)