topdir.mk: Topdir.mk add subdir exe as an alias for utils

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2019-03-06 12:48:28 +00:00
commit 685d642b9e

View file

@ -7,7 +7,7 @@ mrproper:distclean topdir.mrproper
ifeq ($(ORDERED_SUBDIRS),)
SUBDIRS ?= $(wildcard inst/pre make scripts contrib src libsrc \
tools include lib bin util plugins conf config cfg \
tools include lib bin util exe plugins conf config cfg \
images htdocs tmpl doc test inst/post)
endif