Skip to content

Commit

Permalink
make : indentation + .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Dec 8, 2022
1 parent 0f98755 commit 832b4f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ stream
command
bench
sync.sh
libwhisper.so
compile_commands.json

examples/arm_neon.h
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 =

Expand Down

0 comments on commit 832b4f3

Please sign in to comment.