SHELL       := /usr/bin/env bash

.PHONY:     all clean test

clean::
	echo "blargh"

include     ./a.mk
include     ./b.mk
