Skip to content

Instantly share code, notes, and snippets.

View jthomaschewski's full-sized avatar

Janek Thomaschewski jthomaschewski

View GitHub Profile
@jthomaschewski
jthomaschewski / Makefile
Created April 3, 2018 19:19 — forked from t-8ch/Makefile
minimal mutter application with window management
CFLAGS=$(shell pkg-config --cflags libmutter-2) -Wl,-rpath,/usr/lib/mutter
LDLIBS=$(shell pkg-config --libs libmutter-2)
all: main