# -*- makefile-gmake -*-

.ONESHELL:

oneshell:
	cd subdir
	echo hello from subdir >../$@
