Files
cat_frend_help_friend_good/makefile
T
2026-04-27 14:22:38 -04:00

7 lines
94 B
Makefile

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