all:
	/usr/bin/env python manage make all

%:
	/usr/bin/env python manage make $*

