1
0
Fork 0

Merge pull request #5 from amsharifian/master

Update Makefile
This commit is contained in:
Scott Beamer 2015-05-21 11:24:25 -07:00
commit 38edbc78e5
1 changed files with 2 additions and 0 deletions

View File

@ -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