# Bootstrapping Makefile that runs configure

all:
	csh configure
	make -f Makefile
