From 1937e301b6cd185c8ce907b9184142e82e76fda4 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Wed, 18 Nov 2020 18:10:42 +0100 Subject: Implemented asm or --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3