Initial commit

This commit is contained in:
Phireh 2024-11-17 17:19:46 +01:00
commit b3401b13ad
5 changed files with 218 additions and 0 deletions

4
Makefile Normal file
View file

@ -0,0 +1,4 @@
CFLAGS=-Wall -Wextra -Og -ggdb3
LIBS=-lwayland-client -lwayland-egl -lEGL -lOpenGL
wayland: wayland.c
gcc $(CFLAGS) $(LIBS) wayland.c -o wayland