using bash in Makefile

This commit is contained in:
Xiangfu 2012-09-20 12:22:26 +08:00
parent 650eccb454
commit 3116d6af9d

View File

@ -8,6 +8,7 @@
PREFIX ?= /usr/local
SHELL = /bin/bash
# -fno-omit-frame-pointer and -ggdb add almost nothing to execution
# time right now, so we can leave them in all the time.