mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
topdir.mk: SUBDIRS now conditionally defaulting to a list of subdirs
This commit is contained in:
parent
f727e55b59
commit
dc84dab032
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,8 @@ clean: topdir.clean
|
|||
distclean: topdir.distclean
|
||||
config:
|
||||
|
||||
SUBDIRS ?= $(wildcard inst/pre make tools include lib bin util cfg doc test inst/post)
|
||||
|
||||
ifneq ($(wildcard $(TOPDIR)/make/defs.mk),)
|
||||
include $(TOPDIR)/make/defs.mk
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue