This commit is contained in:
Rakarake 2025-12-08 03:57:28 +01:00
parent 0d3340713c
commit 27b04eb7d4
3 changed files with 33 additions and 3 deletions

View file

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