X-Git-Url: https://git.kengrimes.com/?p=henge%2Fwebcc.git;a=blobdiff_plain;f=src%2FMakefile;h=06ad276c23b6a18c6c4178e6fdf40410589caf4c;hp=1f9950fd0fdb6fbbaa2f58adc034e2ea6a98bf31;hb=1f421e0505553913faaa35f76d6b7596e0bc341c;hpb=b1da5106b8db9e5ff0113106d32779cdef43408f 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)