all: if ! [ -d bin ]; then mkdir bin; fi cc -o bin/cfhfg main.c -lSDL2 run: all bin/cfhfg