X-Git-Url: https://git.ladys.computer/Shushe/blobdiff_plain/c31f03fa8cf92cdd755b3a0f42e5b7b0cdd54d75..93324cf0d523de47d46d25d1a087fc1639af19b9:/GNUmakefile diff --git a/GNUmakefile b/GNUmakefile index 952aebd..5237a2d 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -149,7 +149,7 @@ SRCDIR := sources # Multiple directories can be given so long as files with the same name do not exist in each. # # These can be inside of `SRCDIR´ directories if desired. -INCLUDEDIR := $(SRCDIR)/includes +INCLUDEDIR := $(foreach dir,$(SRCDIR),$(dir)/includes) # The directory in which to generate temporary buildfiles. #