diff options
| author | bd <bdunahu@operationnull.com> | 2025-11-01 20:33:41 -0400 |
|---|---|---|
| committer | bd <bdunahu@operationnull.com> | 2025-11-01 20:33:41 -0400 |
| commit | 6eb3a770c032bd263194d14fa1b7e9b77dd04ef6 (patch) | |
| tree | e581218e7a27dd8ac4c70bc52640e65d34ef76bf /.config/dwm/config.mk | |
| parent | 85b6a80784da2700ff959a3042703ee026bc3870 (diff) | |
remove dwm
Diffstat (limited to '.config/dwm/config.mk')
| -rw-r--r-- | .config/dwm/config.mk | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/.config/dwm/config.mk b/.config/dwm/config.mk deleted file mode 100644 index d609c42..0000000 --- a/.config/dwm/config.mk +++ /dev/null @@ -1,39 +0,0 @@ -# dwm version -VERSION = 6.4 - -# Customize below to fit your system - -# paths -PREFIX = /usr/local -MANPREFIX = ${PREFIX}/share/man - -X11INC = /usr/X11R6/include -X11LIB = /usr/X11R6/lib - -# Xinerama, comment if you don't want it -XINERAMALIBS = -lXinerama -XINERAMAFLAGS = -DXINERAMA - -# freetype -FREETYPELIBS = -lfontconfig -lXft -FREETYPEINC = /usr/include/freetype2 -# OpenBSD (uncomment) -#FREETYPEINC = ${X11INC}/freetype2 -#MANPREFIX = ${PREFIX}/man - -# includes and libs -INCS = -I${X11INC} -I${FREETYPEINC} -LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} -lXrender - -# flags -CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700L -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} -#CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS} -CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os ${INCS} ${CPPFLAGS} -LDFLAGS = ${LIBS} - -# Solaris -#CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\" -#LDFLAGS = ${LIBS} - -# compiler and linker -CC = cc |
