Makefile now uses environtment variable if available

This commit is contained in:
mariusmonton 2018-11-11 23:08:19 +01:00
parent b5ae897d3c
commit 5c6102ea17
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
TARGET = RISCV_TLM TARGET = RISCV_TLM
SYSTEMC=../systemc-2.3.2 SYSTEMC ?=../systemc-2.3.2
TARGET_ARCH=linux64 TARGET_ARCH=linux64
CC = g++ CC = g++