really fixed this time
authorken <ken@mihrtec.com>
Wed, 28 Sep 2016 19:02:35 +0000 (12:02 -0700)
committerken <ken@mihrtec.com>
Wed, 28 Sep 2016 19:02:35 +0000 (12:02 -0700)
src/Makefile

index 1f9950f..06ad276 100644 (file)
@@ -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)