feat: project init

This commit is contained in:
2026-02-11 19:33:42 +01:00
parent 98cb519f22
commit 40f6b874cf
7 changed files with 3312 additions and 0 deletions

5
Makefile Normal file
View File

@@ -0,0 +1,5 @@
LIBS = $(shell pkg-config --libs wayland-client wayland-egl egl glesv2)
main: main.c
gcc -Wall -Wextra -o main main.c -I./include/ $(LIBS) xdg-shell-protocol.c -g