This commit is contained in:
Tobin
2026-04-17 17:42:07 -04:00
commit 27a3bbde96
4 changed files with 217 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
all:
if ! [ -d bin ]; then mkdir bin; fi
cc -o bin/cfhfg main.c -lSDL2
run: all
bin/cfhfg