diff options
| author | stkhan <personal@slickd.xyz> | 2022-03-18 08:09:07 -0800 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2022-03-18 08:09:07 -0800 |
| commit | e20a439f0de08052fad50669fd005dee14d40cae (patch) | |
| tree | 8ffed60a1dce40ae64fd8f336a4d1b5d103683f1 /dmenu-5.0/Makefile | |
| parent | a33351c3345f7b8657e6415878a73b5fedb09d72 (diff) | |
Update dwm, added farbfeld, sent, and wmname plus more
Diffstat (limited to 'dmenu-5.0/Makefile')
| -rw-r--r-- | dmenu-5.0/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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) |