From 50aef2bd1584af9a47938f5670f825d22c7ea006 Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Wed, 5 Dec 2018 20:31:42 +0000 Subject: Fixes in cpu_add module --- cpu8/cpu_add/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpu8/cpu_add/Makefile') diff --git a/cpu8/cpu_add/Makefile b/cpu8/cpu_add/Makefile index ef0884a..8e2c1c9 100644 --- a/cpu8/cpu_add/Makefile +++ b/cpu8/cpu_add/Makefile @@ -2,7 +2,7 @@ SYSTEMC_PATH=/home/fam/downloads/source/systemc/systemc-2.3.2 SYSTEMC_INC=$(SYSTEMC_PATH)/src SYSTEMC_LIB=$(SYSTEMC_PATH)/src/.libs -PROJECT=cpu_and_2 +PROJECT=cpu_and make: g++ $(PROJECT).cpp -I$(SYSTEMC_INC) -L$(SYSTEMC_LIB) -Wl,-rpath=$(SYSTEMC_LIB)\ -- cgit v1.2.3