Removed unneeded lib scanning

This commit is contained in:
Willem Cazander 2021-07-06 22:25:50 +02:00
parent 546155a27c
commit 14bda48fb4
1 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
rwildcard = $(foreach d,$(wildcard $1*),$(call rwildcard,$d/,$2) $(filter $(subst *,%,$2),$d))
INC_LIB := $(call rwildcard, lib, */0module.mk)
INC_TEST := $(call rwildcard, test, */0module.mk)
PATH_BIN := bin
BUILD_ALL := "Use 'make help' for possible targets."
@ -23,5 +22,4 @@ clean:
-include Makelocal.mk
include lib/make/msxbuild.mk
include $(INC_LIB)
include $(INC_TEST)