1
2SHELL = /usr/local/bin/bash
3
4default:
5	$(SHELL) ./configure
6