🔧 Settuping up dwl

This commit is contained in:
tomit4 2026-06-07 10:03:53 -07:00
parent 231ba42142
commit 61826c9ba7
38 changed files with 16445 additions and 2685 deletions

View file

@ -0,0 +1,17 @@
_VERSION = 0.7
VERSION = `git describe --tags --dirty 2>/dev/null || echo $(_VERSION)`
PKG_CONFIG = pkg-config
# paths
PREFIX = /usr/local
MANDIR = $(PREFIX)/share/man
DATADIR = $(PREFIX)/share
XWAYLAND =
XLIBS =
# Uncomment to build XWayland support
XWAYLAND = -DXWAYLAND
XLIBS = xcb xcb-icccm
CC = gcc