Fix typo
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Tue, 13 Oct 2020 13:02:17 +0000 (15:02 +0200)
committerGitHub <noreply@github.com>
Tue, 13 Oct 2020 13:02:17 +0000 (15:02 +0200)
Makefile.x86_64

index 9e75dc9..8a3fc4e 100644 (file)
@@ -64,7 +64,7 @@ endif
 endif
 endif
 
-ifeq ($(CORE), $(filter $(CORE), HASWELL ZEN SKYLAKEX COOPERLAKE)
+ifeq ($(CORE), $(filter $(CORE), HASWELL ZEN SKYLAKEX COOPERLAKE))
 ifndef DYNAMIC_ARCH
 ifndef NO_AVX2
 ifeq ($(C_COMPILER), GCC)