ext/numo/narray/depend.erb in numo-narray-0.9.0.3 vs ext/numo/narray/depend.erb in numo-narray-0.9.0.4

- old
+ new

@@ -11,10 +11,10 @@ etags $(TAGSRC) doc : yard doc *.c types/*.c -C_TMPL = <%=Dir.glob("#{__dir__}/gen/tmpl/*.c").join(" ")%> +C_TMPL = <%=Dir.glob("#{__dir__}/gen/tmpl*/*.c").join(" ")%> COGEN = <%= __dir__ %>/gen/cogen.rb DTYPE = <%= __dir__ %>/gen/dtype.erb.c DEPENDS = $(C_TMPL) $(DTYPE) <%= __dir__ %>/gen/*.rb