dmenu

My dmenu build
git clone https://git.regexghost.com/dmenu.git
Log | Files | Refs | README | LICENSE

commit a45fc6777c4968ea0d667cc92e0d06ac8c4d1538
parent 64b96758a984da9140231255433aed7802ba7890
Author: regexghost <dev@regexghost.com>
Date:   Mon,  1 Jun 2026 14:43:40 +0100

added full to makefile like my st build

Diffstat:
MMakefile | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -6,6 +6,8 @@ include config.mk SRC = drw.c dmenu.c stest.c util.c OBJ = $(SRC:.c=.o) +full: clean all + all: dmenu stest .c.o: @@ -23,7 +25,7 @@ stest: stest.o $(CC) -o $@ stest.o $(LDFLAGS) clean: - rm -f dmenu stest $(OBJ) dmenu-$(VERSION).tar.gz + rm -f config.h dmenu stest $(OBJ) dmenu-$(VERSION).tar.gz dist: clean mkdir -p dmenu-$(VERSION)