# AMP Example makefile

all target clean:
	make -C master $@
	make -C slave1 $@

-include special-rule.mk.internal
