waybad
This commit is contained in:
parent
8e43e4db7e
commit
bd699f2183
3 changed files with 220 additions and 156 deletions
4
Makefile
4
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue