From 1f421e0505553913faaa35f76d6b7596e0bc341c Mon Sep 17 00:00:00 2001 From: ken Date: Wed, 28 Sep 2016 12:02:35 -0700 Subject: [PATCH] really fixed this time --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 1f9950f..06ad276 100644 --- a/src/Makefile +++ b/src/Makefile @@ -109,7 +109,7 @@ endef define PREMAKE_SOURCE_COMPILER = # Find the sources for each source-to-source language $(foreach slang,$(SLANGS), -$(eval SLANG_SRC := $(patsubst ./%, %,$(shell find -name "*.$(slang)"))) +$(eval SLANG_SRC := $(patsubst ./%, %,$(shell find -name "*.$(slang)" -not -name ".*"))) # Foreach target type in the source-to-source language, add this source's # targets to the list of the current source-to-source language targets $(eval undefine SLANG_TRG) -- 2.18.0