diff options
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) |