summaryrefslogtreecommitdiff
path: root/cpu8/cpu_add/Makefile
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2018-12-05 20:31:42 +0000
committerFreeArtMan <dos21h@gmail.com>2018-12-05 20:31:42 +0000
commit50aef2bd1584af9a47938f5670f825d22c7ea006 (patch)
tree41a01741c2ec3ae20efceb211fb137e56fd895ef /cpu8/cpu_add/Makefile
parent3e1eb700dd4fc8dc47772ff7942990e61dcde32e (diff)
downloadcpu8-50aef2bd1584af9a47938f5670f825d22c7ea006.tar.gz
cpu8-50aef2bd1584af9a47938f5670f825d22c7ea006.zip
Fixes in cpu_add module
Diffstat (limited to 'cpu8/cpu_add/Makefile')
-rw-r--r--cpu8/cpu_add/Makefile2
1 files changed, 1 insertions, 1 deletions
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)\