Files
cat_frend_help_friend_good/makefile
T
2026-04-17 20:24:56 -04:00

11 lines
149 B
Makefile

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