From 832b4f34c9a155352c9f4c121faf92dcf759f86d Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Thu, 8 Dec 2022 19:42:06 +0200 Subject: [PATCH] make : indentation + .gitignore --- .gitignore | 1 + Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0e05ca0..9ac0c72 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ stream command bench sync.sh +libwhisper.so compile_commands.json examples/arm_neon.h diff --git a/Makefile b/Makefile index b33979e..06fa3f2 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ endif # Compile flags # -CFLAGS = -I. -O3 -std=c11 -fPIC +CFLAGS = -I. -O3 -std=c11 -fPIC CXXFLAGS = -I. -I./examples -O3 -std=c++11 -fPIC LDFLAGS =