Sha256: 53b63ef5c541483f3aa7a0d40a60522654de8428f05b5b555a86e6563cbb9cfe
Contents?: true
Size: 387 Bytes
Versions: 6
Compression:
Stored size: 387 Bytes
Contents
_list: Makefile.build support/Build/ToGlobalMakefile.xsl bin/.build/Makefile: bin/.build/Makefile.expanded mkdir -p $(dir $@) xsltproc --xinclude -o $@ support/Build/ToGlobalMakefile.xsl $< bin/.build/Makefile.expanded: Makefile.build mkdir -p $(dir $@) xsltproc --xinclude -o $@ support/Build/ExpandProducts.xsl $< -include bin/.build/Makefile .PHONY: clean clean: rm -rf bin/
Version data entries
6 entries across 6 versions & 1 rubygems