all: run

build:
	go build -v -o example-drm-egl .

run: build
	./example-drm-egl
