[MIDAS] fix makefile for powershell

This commit is contained in:
Donggyu Kim 2017-01-13 15:59:46 -08:00
parent c89049d4a3
commit 4a0ad9a759
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ OUT_DIR ?= $(GEN_DIR)
CLOCK_PERIOD ?= 0.5
# TODO: better way?
shim := $(shell echo $(PLATFORM) | cut -c 1 | tr [:lower:] [:upper:])$(shell echo $(PLATFORM) | cut -c 2-)Shim
shim := $(shell echo $(PLATFORM)| cut -c 1 | tr [:lower:] [:upper:])$(shell echo $(PLATFORM)| cut -c 2-)Shim
ifneq ($(CXX),cl)
override CXXFLAGS := $(CXXFLAGS) -std=c++11 -Wall -I$(midas_dir)/dramsim2