summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/config.mk b/config.mk
new file mode 100644
index 0000000..5db0147
--- /dev/null
+++ b/config.mk
@@ -0,0 +1,9 @@
+VERSION = 0.1
+
+# paths
+PREFIX = /usr/local
+
+LDFLAGS = -lfreetype -lwayland-client -lrt -lxkbcommon -lm -lgrapheme
+CFLAGS = -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4 -pthread
+XDG_SHELL = /usr/share/wayland-protocols/stable/xdg-shell/xdg-shell.xml
+CC = cc