make : indentation + .gitignore

pull/239/merge
Georgi Gerganov 1 year ago
parent 0f98755fc5
commit 832b4f34c9
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735

1
.gitignore vendored

@ -16,6 +16,7 @@ stream
command
bench
sync.sh
libwhisper.so
compile_commands.json
examples/arm_neon.h

@ -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 =

Loading…
Cancel
Save