CFLAGS = $(shell pkg-config --cflags sdl2)
LDLIBS= $(shell pkg-config --libs sdl2)

EXE = window wayland_info

all: $(EXE)

