# # named as parallel.mk to show what is the purpose, as # the contents of this makefile looks more generic # TIMEOUT_CMD := # could not figure out good generic name for this .PHONY: $(MAKECMDGOALS) $(MAKECMDGOALS): env -u MAKEFLAGS $(TIMEOUT_CMD) $@ .SUFFIXES: MAKEFLAGS += --no-builtin-rules --warn-undefined-variables