diff options
author | FreeArtMan <dos21h@gmail.com> | 2018-12-05 20:31:42 +0000 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2018-12-05 20:31:42 +0000 |
commit | 50aef2bd1584af9a47938f5670f825d22c7ea006 (patch) | |
tree | 41a01741c2ec3ae20efceb211fb137e56fd895ef /cpu8/cpu_add/Makefile | |
parent | 3e1eb700dd4fc8dc47772ff7942990e61dcde32e (diff) | |
download | cpu8-50aef2bd1584af9a47938f5670f825d22c7ea006.tar.gz cpu8-50aef2bd1584af9a47938f5670f825d22c7ea006.zip |
Fixes in cpu_add module
Diffstat (limited to 'cpu8/cpu_add/Makefile')
-rw-r--r-- | cpu8/cpu_add/Makefile | 2 |
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)\ |