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