Skip to content

Commit

Permalink
Fixing Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jmvalin committed Mar 19, 2019
1 parent b032812 commit 93bc652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 93bc652

Please sign in to comment.