initial commit

This commit is contained in:
Rakarake 2025-12-08 02:37:34 +01:00
commit 0d3340713c
6 changed files with 104 additions and 0 deletions

5
Makefile Normal file
View file

@ -0,0 +1,5 @@
all:
$(CC) -o glonkers main.c $(pkg-config --cflags --libs sdl3)
run: all
./glonkers