Sha256: 4570ff59cf694c9e7df23d9a19272bd5a5003992424cd2bb957aab2ca3a79d27
Contents?: true
Size: 294 Bytes
Versions: 12
Compression:
Stored size: 294 Bytes
Contents
# Whatever it is you want to do, it should be handled by the main # (parent) Makefile. So reissue make from there. PHONY=check all #: Default target - the parent's testing or "check" target all: check #: Whatever it is you want to do, it should be handled by the parent %: $(MAKE) -C .. $@
Version data entries
12 entries across 10 versions & 6 rubygems