#!/bin/bash

(set -x ; clang -g $(pkg-config --cflags --libs sdl2) -lm main.c -o main)