summaryrefslogtreecommitdiffstats
path: root/cpu8/cpu_add/Makefile
diff options
context:
space:
mode:
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)\