From e20a439f0de08052fad50669fd005dee14d40cae Mon Sep 17 00:00:00 2001 From: stkhan Date: Fri, 18 Mar 2022 08:09:07 -0800 Subject: Update dwm, added farbfeld, sent, and wmname plus more --- dmenu-5.0/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'dmenu-5.0/Makefile') diff --git a/dmenu-5.0/Makefile b/dmenu-5.0/Makefile index a03a95c..6b49acc 100644 --- a/dmenu-5.0/Makefile +++ b/dmenu-5.0/Makefile @@ -2,6 +2,7 @@ # See LICENSE file for copyright and license details. include config.mk +include ../config.mk SRC = drw.c dmenu.c stest.c util.c OBJ = $(SRC:.c=.o) -- cgit v1.2.3