From c12b26c9d55136e3a7e8fd286b34e481ea791ee4 Mon Sep 17 00:00:00 2001 From: Oded Gabbay Date: Mon, 8 Dec 2014 15:52:51 +0200 Subject: [PATCH] Don't build 32-bit library by default Signed-off-by: Oded Gabbay --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e356d53936..c899cca992 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: all clean lnx64a lnx -all: lnx lnx64a +all: lnx64a lnx64a: $(MAKE) -C src lnx64a