From: ken Date: Wed, 28 Sep 2016 19:02:35 +0000 (-0700) Subject: really fixed this time X-Git-Url: https://git.kengrimes.com/?p=henge%2Fwebcc.git;a=commitdiff_plain;h=1f421e0505553913faaa35f76d6b7596e0bc341c really fixed this time --- 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)