mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-23 14:30:39 +01:00
topdir.mk: Add missing subdirs scripts, conf, config
This commit is contained in:
parent
7dc25fc2cb
commit
8f388bbe29
1 changed files with 2 additions and 1 deletions
|
|
@ -4,7 +4,8 @@ clean: topdir.clean
|
||||||
distclean: topdir.distclean
|
distclean: topdir.distclean
|
||||||
config:
|
config:
|
||||||
|
|
||||||
SUBDIRS ?= $(wildcard inst/pre make tools include lib bin util plugins cfg doc test inst/post)
|
SUBDIRS ?= $(wildcard inst/pre make scripts tools include lib bin \
|
||||||
|
util plugins conf config cfg doc test inst/post)
|
||||||
|
|
||||||
ifneq ($(wildcard $(TOPDIR)/make/defs.mk),)
|
ifneq ($(wildcard $(TOPDIR)/make/defs.mk),)
|
||||||
include $(TOPDIR)/make/defs.mk
|
include $(TOPDIR)/make/defs.mk
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue