aboutgitcodebugslistschat
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 48c5fb6..d489a86 100644
--- a/Makefile
+++ b/Makefile
@@ -76,10 +76,9 @@ docdir ?= $(datarootdir)/doc/passt
mandir ?= $(datarootdir)/man
man1dir ?= $(mandir)/man1
-ifeq ($(TARGET_ARCH),x86_64)
-BIN := passt passt.avx2 pasta pasta.avx2 qrap passt-repair pesto
-else
BIN := passt pasta qrap passt-repair pesto
+ifeq ($(TARGET_ARCH),x86_64)
+BIN += passt.avx2 pasta.avx2
endif
all: $(BIN) $(MANPAGES) docs