aboutsummaryrefslogtreecommitdiff
path: root/keep/manual-programs/suckless/dwm/Makefile
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2026-03-21 03:51:09 -0500
committericeyrazor <iceyrazor@mailfence.com>2026-03-21 03:51:09 -0500
commit32418fca3e38ef2e6b5e62c8f568da6e0a73a261 (patch)
treec3d68f02be6a2b196a222a5eb9c9341e55929d34 /keep/manual-programs/suckless/dwm/Makefile
parent66953f50fbbd312499d577ef6358fe0e675c54ab (diff)
Squashed commit of the following:
- moved from st to st-flexipatch - dwm changes - added dunst to autostart - moved from lf-gadets to lfimg-sixel - st - asciidoc conf for 3rd nvim
Diffstat (limited to 'keep/manual-programs/suckless/dwm/Makefile')
-rw-r--r--keep/manual-programs/suckless/dwm/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/keep/manual-programs/suckless/dwm/Makefile b/keep/manual-programs/suckless/dwm/Makefile
index 77bcbc0..ffa69b4 100644
--- a/keep/manual-programs/suckless/dwm/Makefile
+++ b/keep/manual-programs/suckless/dwm/Makefile
@@ -6,13 +6,7 @@ include config.mk
SRC = drw.c dwm.c util.c
OBJ = ${SRC:.c=.o}
-all: options dwm
-
-options:
- @echo dwm build options:
- @echo "CFLAGS = ${CFLAGS}"
- @echo "LDFLAGS = ${LDFLAGS}"
- @echo "CC = ${CC}"
+all: dwm
.c.o:
${CC} -c ${CFLAGS} $<
@@ -48,4 +42,4 @@ uninstall:
rm -f ${DESTDIR}${PREFIX}/bin/dwm\
${DESTDIR}${MANPREFIX}/man1/dwm.1
-.PHONY: all options clean dist install uninstall
+.PHONY: all clean dist install uninstall