summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c2d1850..75df413 100644
--- a/Makefile
+++ b/Makefile
@@ -62,6 +62,7 @@ PROGSRC=\
asm/intel64/mul.cpp \
asm/intel64/neg.cpp \
asm/intel64/not.cpp \
+ asm/intel64/or.cpp \
asm/intel64/pop.cpp \
asm/intel64/push.cpp \
asm/intel64/rcl.cpp \
@@ -111,7 +112,9 @@ TESTSRC=\
SRC=$(PROGSRC) mcc.cpp
-all: mcc unittest systemtest
+all: mcc
+
+test: unittest systemtest
# Tests on C++ level
unittest: test-$(PROJECTNAME)