Sha256: 1c3cbd9623f409bdc498c94309abfcd63325e57a2d79798e9d68fb304464ed3b
Contents?: true
Size: 303 Bytes
Versions: 12
Compression:
Stored size: 303 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 true #: 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