diff --git a/Makefile b/Makefile index d488000..f6476f6 100644 --- a/Makefile +++ b/Makefile @@ -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)