diff --git a/Makefile b/Makefile index 083d675..0e82e2b 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,6 @@ # # Example project makefile for msxbuild. # - PATH_BIN := bin PATH_SRC := src rwildcard = $(foreach d,$(wildcard $1*),$(call rwildcard,$d/,$2) $(filter $(subst *,%,$2),$d))