diff options
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index 02b39f7..10f432d 100644 --- a/test/Makefile +++ b/test/Makefile @@ -5,7 +5,7 @@ ifeq ($(shell uname -m),x86_64) BIT=64 endif -ifneq ($(MODE_BIT),64) +ifeq ($(MODE_BIT),64) TARGET += jmp64 address64 endif |