From 32418fca3e38ef2e6b5e62c8f568da6e0a73a261 Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Sat, 21 Mar 2026 03:51:09 -0500 Subject: 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 --- keep/manual-programs/suckless/dwm/Makefile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'keep/manual-programs/suckless/dwm/Makefile') 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 -- cgit v1.3