From 30c7545a048b551d0b8a5d6d67fd33b0293a2a0e Mon Sep 17 00:00:00 2001 From: Jean-Marc Valin Date: Mon, 18 Mar 2019 21:54:31 -0400 Subject: [PATCH] Fixing Makefile --- dnn/doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnn/doc/Makefile b/dnn/doc/Makefile index 3d965a31..5fc42866 100644 --- a/dnn/doc/Makefile +++ b/dnn/doc/Makefile @@ -1,7 +1,7 @@ # Makefile for LPCNet CC=gcc -CFLAGS+=-Wall -W -Wextra -Wno-unused-function -O3 -g -I../include +CFLAGS+=-Wall -W -Wextra -Wno-unused-function -O3 -g -Iinclude AVX2:=$(shell cat /proc/cpuinfo | grep -c avx2) AVX:=$(shell cat /proc/cpuinfo | grep -c avx)