do_nothing:

virtual_env_set:

.ifndef VIRTUAL_ENV

	.error VIRTUAL_ENV not set

.endif

site_set:

.ifndef SITE

	.error SITE not set

.endif

.include "Makefile"

