# Build an SDL program, ie: ./sdlmak progname -Os [options..]
#!/bin/sh
gcc -o $1.elf $1.c $2 $3 $4 $5 $6 $7 `sdl2-config --cflags --libs`
