This commit is contained in:
Rakarake 2025-12-12 23:11:54 +01:00
parent 8e43e4db7e
commit bd699f2183
3 changed files with 220 additions and 156 deletions

View file

@ -1,4 +1,4 @@
LIBS=sdl3 opengl
LIBS=sdl3 opengl wayland-client
CFLAGS=-g -Wall -Wextra $(shell pkg-config --cflags $(LIBS))
LDFLAGS=$(shell pkg-config --libs $(LIBS))
@ -6,4 +6,4 @@ all:
$(CC) $(CFLAGS) $(LDFLAGS) -o glonkers main.c
run: all
SDL_VIDEODRIVER="wayland,x11" ./glonkers
./glonkers