diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-04-11 09:22:25 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-04-11 09:22:25 +0200 |
| commit | c2d8cbf89ac97c6fba6e9cd3c5d70e0bca894e7c (patch) | |
| tree | 5283671bf70ff84c5c1f933047bee6e7e80cc908 /config.mk | |
| parent | 76f94403f0ec5b60bbd5c14e9761e0fec3e9b067 (diff) | |
complete Makefile
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config.mk b/config.mk new file mode 100644 index 0000000..f92717c --- /dev/null +++ b/config.mk @@ -0,0 +1,8 @@ +VERSION = 0.0.0 + +PREFIX = /usr/local + +XDG_SHELL_CLIENT_PROTOCOL = /usr/share/wayland-protocols/stable/xdg-shell/xdg-shell.xml +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 -DVERSION=\"${VERSION}\" -D_XOPEN_SOURCE=600 +LIBS = -lfreetype -lwayland-client -lrt -lxkbcommon -lm -lgrapheme +CC=cc |