Update Makefile
Change default shell to bash shell.
This commit is contained in:
parent
4f57985198
commit
879a4a0bcd
@ -3,6 +3,8 @@ sim_dir = .
|
||||
output_dir = $(sim_dir)/output
|
||||
PROJECT = rocketchip
|
||||
CONFIG ?= DefaultCPPConfig
|
||||
SHELL=/bin/bash
|
||||
|
||||
|
||||
all: emulator-$(CONFIG)
|
||||
debug: emulator-$(CONFIG)-debug
|
||||
|
Loading…
Reference in New Issue
Block a user